[MPlayer-cvslog] CVS: main/libmpdemux muxer_mpeg.c,1.46,1.47
Nico Sabbi CVS
syncmail at mplayerhq.hu
Thu Apr 20 22:48:57 CEST 2006
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv20745
Modified Files:
muxer_mpeg.c
Log Message:
added support for DX50 and dx50 4CCs
Index: muxer_mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_mpeg.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- muxer_mpeg.c 20 Apr 2006 20:44:43 -0000 1.46
+++ muxer_mpeg.c 20 Apr 2006 20:48:55 -0000 1.47
@@ -247,7 +247,9 @@
(x == mmioFOURCC('m','p','4','v')) ||
(x == mmioFOURCC('M','P','4','V')) ||
(x == mmioFOURCC('F', 'M','P','4')) ||
- (x == mmioFOURCC('f', 'm','p','4'))
+ (x == mmioFOURCC('f', 'm','p','4')) ||
+ (x == mmioFOURCC('D', 'X','5','0')) ||
+ (x == mmioFOURCC('d', 'x','5','0'))
);
}
More information about the MPlayer-cvslog
mailing list