mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
video: ensure VIDEO_STD_MAX is big enough
Origin commit data
------------------
Branch: master
Commit: b4be13eb84
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-25 (Sat, 25 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -91,7 +91,7 @@ typedef enum {
|
|||||||
VIDEO_STD_1080P25,
|
VIDEO_STD_1080P25,
|
||||||
VIDEO_STD_AUTO,
|
VIDEO_STD_AUTO,
|
||||||
VIDEO_STD_1080P50, /* SPARK only */
|
VIDEO_STD_1080P50, /* SPARK only */
|
||||||
VIDEO_STD_MAX = VIDEO_STD_1080P50
|
VIDEO_STD_MAX
|
||||||
} VIDEO_STD;
|
} VIDEO_STD;
|
||||||
|
|
||||||
/* not used, for dummy functions */
|
/* not used, for dummy functions */
|
||||||
|
@@ -97,7 +97,7 @@ typedef enum {
|
|||||||
VIDEO_STD_1080P25,
|
VIDEO_STD_1080P25,
|
||||||
VIDEO_STD_AUTO,
|
VIDEO_STD_AUTO,
|
||||||
VIDEO_STD_1080P50, /* SPARK only */
|
VIDEO_STD_1080P50, /* SPARK only */
|
||||||
VIDEO_STD_MAX = VIDEO_STD_1080P50
|
VIDEO_STD_MAX
|
||||||
} VIDEO_STD;
|
} VIDEO_STD;
|
||||||
|
|
||||||
/* not used, for dummy functions */
|
/* not used, for dummy functions */
|
||||||
|
@@ -91,7 +91,7 @@ typedef enum {
|
|||||||
VIDEO_STD_1080P25,
|
VIDEO_STD_1080P25,
|
||||||
VIDEO_STD_AUTO,
|
VIDEO_STD_AUTO,
|
||||||
VIDEO_STD_1080P50, /* SPARK only */
|
VIDEO_STD_1080P50, /* SPARK only */
|
||||||
VIDEO_STD_MAX = VIDEO_STD_1080P50
|
VIDEO_STD_MAX
|
||||||
} VIDEO_STD;
|
} VIDEO_STD;
|
||||||
|
|
||||||
/* not used, for dummy functions */
|
/* not used, for dummy functions */
|
||||||
|
@@ -83,7 +83,7 @@ typedef enum {
|
|||||||
VIDEO_STD_PAL = VID_DISPFMT_PAL, /* 1 */
|
VIDEO_STD_PAL = VID_DISPFMT_PAL, /* 1 */
|
||||||
VIDEO_STD_SECAM = VID_DISPFMT_SECAM, /* 4 */
|
VIDEO_STD_SECAM = VID_DISPFMT_SECAM, /* 4 */
|
||||||
VIDEO_STD_1080I50 = VIDEO_STD_PAL, /* hack, this is used in neutrino settings default */
|
VIDEO_STD_1080I50 = VIDEO_STD_PAL, /* hack, this is used in neutrino settings default */
|
||||||
VIDEO_STD_MAX = VIDEO_STD_SECAM
|
VIDEO_STD_MAX = VIDEO_STD_SECAM + 1;
|
||||||
} VIDEO_STD;
|
} VIDEO_STD;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Reference in New Issue
Block a user