* include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
This commit is contained in:
		
							parent
							
								
									5f0b157874
								
							
						
					
					
						commit
						9cb94923ec
					
				| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue