[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.117,1.118

Roberto Togni CVS rtognimp at mplayerhq.hu
Mon Jan 12 23:48:05 CET 2004


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/scsi/2/tmp/cvs-serv772/libmpcodecs

Modified Files:
	vd_ffmpeg.c 
Log Message:
Use MSZH and ZLIB decoders from libavcodec


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- vd_ffmpeg.c	1 Jan 2004 16:45:06 -0000	1.117
+++ vd_ffmpeg.c	12 Jan 2004 22:48:02 -0000	1.118
@@ -285,7 +285,9 @@
 	 sh->format == mmioFOURCC('W','M','V','2') ||
 	 sh->format == mmioFOURCC('A','S','V','1') ||
 	 sh->format == mmioFOURCC('A','S','V','2') ||
-	 sh->format == mmioFOURCC('V','S','S','H')
+	 sh->format == mmioFOURCC('V','S','S','H') ||
+	 sh->format == mmioFOURCC('M','S','Z','H') ||
+	 sh->format == mmioFOURCC('Z','L','I','B')
          ))
     {
 	avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);




More information about the MPlayer-cvslog mailing list