* include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.

This commit is contained in:
Danny Smith 2006-06-03 10:08:07 +00:00
parent 5f0b157874
commit 9cb94923ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,

View File

@ -129,7 +129,7 @@ typedef enum tagAMTunerModeType {
AMTUNER_MODE_DSS = 0x0008
} AMTunerModeType;
typedef enum tagAnalogVideoStandard {
AnalogVideo_None = 0x00000000
AnalogVideo_None = 0x00000000,
AnalogVideo_NTSC_M = 0x00000001,
AnalogVideo_NTSC_M_J = 0x00000002,
AnalogVideo_NTSC_433 = 0x00000004,