[MPlayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.142,1.143
Roberto Togni CVS
syncmail at mplayerhq.hu
Fri Apr 8 00:04:10 CEST 2005
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv30578/libmpcodecs
Modified Files:
vd_ffmpeg.c
Log Message:
LOCO support via lavc
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- vd_ffmpeg.c 26 Jan 2005 19:06:56 -0000 1.142
+++ vd_ffmpeg.c 7 Apr 2005 22:04:08 -0000 1.143
@@ -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);
More information about the MPlayer-cvslog
mailing list