vc1: Do not return an error when skipping b frames
authorAlessandro Ghedini <alessandro@ghedini.me>
Mon, 21 Apr 2014 17:10:52 +0000 (19:10 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 25 Apr 2014 16:22:25 +0000 (18:22 +0200)
commitcdf6eb5a9710566be217a3f17d3d94ac4e4d2662
treea5013a6d3daade129fc041d02261f45a61d398be
parent99e22b7859177f6d3ed6121040924b337dce5497
vc1: Do not return an error when skipping b frames

This caused mpv (and possibly others) to fallback to software decoding after
seeking a VC1 stream.

Bug-Id: 667

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/vc1dec.c