Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2014-01-12 02:58:16 +0400
committerLuca Barbato <lu_zero@gentoo.org>2014-01-13 13:23:01 +0400
commit49b9badcaab513b65b79be371b1a9c1012e482ea (patch)
treedfe8a35cfd81b841b8ddd6f017a2bc5fec4031b0 /libavcodec/vc1.c
parent6d98959c8a5a749592a878b9523b31eccea5d102 (diff)
vc1: Enable the interlaced B-frame codepath.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 319230a3bb..acefce695e 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);