[FFmpeg-cvslog] vc1: Enable the interlaced B-frame codepath.
Tim Walker
git at videolan.org
Mon Jan 13 14:35:52 CET 2014
ffmpeg | branch: master | Tim Walker <tdskywalker at gmail.com> | Sat Jan 11 23:58:16 2014 +0100| [49b9badcaab513b65b79be371b1a9c1012e482ea] | committer: Luca Barbato
vc1: Enable the interlaced B-frame codepath.
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=49b9badcaab513b65b79be371b1a9c1012e482ea
---
libavcodec/vc1.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 319230a..acefce6 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -1188,7 +1188,6 @@ int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
if (v->bfraction == 0) {
return -1;
}
- return -1; // This codepath is still incomplete thus it is disabled
}
if (v->extended_mv)
v->mvrange = get_unary(gb, 0, 3);
More information about the ffmpeg-cvslog
mailing list