diff libmpcodecs/vd_ffmpeg.c @ 11784:6d19216b4f2c

Use MSZH and ZLIB decoders from libavcodec
author rtognimp
date Mon, 12 Jan 2004 22:48:03 +0000
parents 5905aae865c7
children f5effe037458
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Mon Jan 12 13:43:30 2004 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Mon Jan 12 22:48:03 2004 +0000
@@ -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);