[NUT-devel] minor bug in demux_avi.c

Szabolcs Nagy nszabolcs at gmail.com
Thu Apr 24 21:15:14 CEST 2008


missing ',' in fourccs array:

 			char * fourccs[] = {"FMP4","fmp4","DIVX","divx",
 			                    "DIV1","div1","MP4S","mp4s",
 			                    "xvid","XVID","XviD","XVIX",
-			                    "M4S2","m4s2","mp4v","MP4V"
+			                    "M4S2","m4s2","mp4v","MP4V",
 			                    "DX50","dx50","BLZ0",
 			};



More information about the NUT-devel mailing list