vc1: always read the bfraction element for interlaced fields
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 13 Jan 2012 17:43:08 +0000 (18:43 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 26 Jan 2012 14:19:27 +0000 (15:19 +0100)
commitfeaa40020b59e8abb2c70f2944a12cb068ab2850
treec33714b1d1550d107032f4374fb5e6bd4daef9a4
parent7de9af65c737baca4bea7d11695118673c9a1451
vc1: always read the bfraction element for interlaced fields

Previously, it would not be read if refdist_flag was not set, however
according to the spec and the reference decoder, it should always be read.

Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
libavcodec/vc1.c