diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 319230a3bb0fee457c8b2e7fba2d159bd4e3774a..acefce695e98e2819c79e48aefca1096c636ca59 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);