[Ffmpeg-cvslog] r5980 - trunk/libavcodec/vc1.c
kostya
subversion
Fri Aug 11 06:41:31 CEST 2006
Author: kostya
Date: Fri Aug 11 06:41:30 2006
New Revision: 5980
Modified:
trunk/libavcodec/vc1.c
Log:
Disable B-frames decoding until I return and finish their proper decoding.
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Fri Aug 11 06:41:30 2006
@@ -3278,6 +3278,7 @@
return -1;
if(s->pict_type != I_TYPE && !v->res_rtm_flag)return -1;
+ if(s->pict_type == B_TYPE)return -1;
// for hurry_up==5
s->current_picture.pict_type= s->pict_type;
More information about the ffmpeg-cvslog
mailing list