diff libmpcodecs/vd_ffmpeg.c @ 11847:f5effe037458

Use fli decoder from libavcodec
author rtognimp
date Sun, 25 Jan 2004 17:38:16 +0000
parents 6d19216b4f2c
children e1e01dea7c35
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sun Jan 25 17:36:30 2004 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sun Jan 25 17:38:16 2004 +0000
@@ -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);