[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263dec.c,1.174,1.175

Michael Niedermayer CVS michael
Sun Feb 19 11:20:29 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv14947/libavcodec

Modified Files:
	h263dec.c 
Log Message:
RMP4 ("xvid fork") decoding support


Index: h263dec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263dec.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- h263dec.c	12 Jan 2006 22:43:15 -0000	1.174
+++ h263dec.c	19 Feb 2006 10:20:27 -0000	1.175
@@ -514,7 +514,8 @@
 
     if(s->xvid_build==0 && s->divx_version==0 && s->lavc_build==0){
         if(s->avctx->stream_codec_tag == ff_get_fourcc("XVID") ||
-           s->avctx->codec_tag == ff_get_fourcc("XVID") || s->avctx->codec_tag == ff_get_fourcc("XVIX"))
+           s->avctx->codec_tag == ff_get_fourcc("XVID") || s->avctx->codec_tag == ff_get_fourcc("XVIX") ||
+           s->avctx->codec_tag == ff_get_fourcc("RMP4"))
             s->xvid_build= -1;
 #if 0
         if(s->avctx->codec_tag == ff_get_fourcc("DIVX") && s->vo_type==0 && s->vol_control_parameters==1





More information about the ffmpeg-cvslog mailing list