[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.128,1.129
Alex Beregszaszi
syncmail at mplayerhq.hu
Sat Aug 21 21:46:26 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv22516
Modified Files:
vd_ffmpeg.c
Log Message:
support for snow
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- vd_ffmpeg.c 26 Jun 2004 02:23:51 -0000 1.128
+++ vd_ffmpeg.c 21 Aug 2004 19:46:24 -0000 1.129
@@ -309,7 +309,8 @@
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')
+ sh->format == mmioFOURCC('F','L','I','C') ||
+ sh->format == mmioFOURCC('S','N','O','W')
))
{
avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);
More information about the MPlayer-cvslog
mailing list