diff libmpcodecs/vd_ffmpeg.c @ 15064:17ccd26b78cf

LOCO support via lavc
author rtognimp
date Thu, 07 Apr 2005 22:04:08 +0000
parents 9bc220e867ed
children c8ef0513f470
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Thu Apr 07 21:39:59 2005 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Thu Apr 07 22:04:08 2005 +0000
@@ -335,7 +335,8 @@
 	 sh->format == mmioFOURCC('M','P','4','V') ||
 	 sh->format == mmioFOURCC('F','L','I','C') ||
 	 sh->format == mmioFOURCC('S','N','O','W') ||
-	 sh->format == mmioFOURCC('a','v','c','1')
+	 sh->format == mmioFOURCC('a','v','c','1') ||
+	 sh->format == mmioFOURCC('L','O','C','O')
          ))
     {
 	avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);