[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.118,1.119
Roberto Togni CVS
rtognimp at mplayerhq.hu
Sun Jan 25 18:37:23 CET 2004
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/tmp/cvs-serv21178
Modified Files:
vd_ffmpeg.c
Log Message:
Use fli decoder from libavcodec
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- vd_ffmpeg.c 12 Jan 2004 22:48:02 -0000 1.118
+++ vd_ffmpeg.c 25 Jan 2004 17:37:21 -0000 1.119
@@ -287,7 +287,8 @@
sh->format == mmioFOURCC('A','S','V','2') ||
sh->format == mmioFOURCC('V','S','S','H') ||
sh->format == mmioFOURCC('M','S','Z','H') ||
- sh->format == mmioFOURCC('Z','L','I','B')
+ sh->format == mmioFOURCC('Z','L','I','B') ||
+ sh->format == mmioFOURCC('F','L','I','C')
))
{
avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);
More information about the MPlayer-cvslog
mailing list