[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.125,1.126
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Sun Apr 11 22:01:44 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.333,1.334
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_nsv.c, NONE, 1.1 Makefile, 1.77, 1.78 demuxer.c, 1.160, 1.161 demuxer.h, 1.67, 1.68 extension.c, 1.5, 1.6 network.c, 1.91, 1.92
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv30655/libmpcodecs
Modified Files:
vd_ffmpeg.c
Log Message:
.mp4 with lavf support
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- vd_ffmpeg.c 11 Apr 2004 19:19:46 -0000 1.125
+++ vd_ffmpeg.c 11 Apr 2004 20:01:42 -0000 1.126
@@ -300,6 +300,7 @@
sh->format == mmioFOURCC('V','S','S','H') ||
sh->format == mmioFOURCC('M','S','Z','H') ||
sh->format == mmioFOURCC('Z','L','I','B') ||
+ sh->format == mmioFOURCC('M','P','4','V') ||
sh->format == mmioFOURCC('F','L','I','C')
))
{
- Previous message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.333,1.334
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_nsv.c, NONE, 1.1 Makefile, 1.77, 1.78 demuxer.c, 1.160, 1.161 demuxer.h, 1.67, 1.68 extension.c, 1.5, 1.6 network.c, 1.91, 1.92
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list