triple: fix compile breakage in video.h

This commit is contained in:
Stefan Seyfried
2013-05-25 23:13:37 +02:00
parent b4be13eb84
commit 62f0c20738

View File

@@ -83,7 +83,7 @@ typedef enum {
VIDEO_STD_PAL = VID_DISPFMT_PAL, /* 1 */
VIDEO_STD_SECAM = VID_DISPFMT_SECAM, /* 4 */
VIDEO_STD_1080I50 = VIDEO_STD_PAL, /* hack, this is used in neutrino settings default */
VIDEO_STD_MAX = VIDEO_STD_SECAM + 1;
VIDEO_STD_MAX = VIDEO_STD_SECAM + 1
} VIDEO_STD;
typedef enum {