OSDN Git Service

vc1: explicitly zero interlaced mode coding variables for progressive mode
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 13 Oct 2011 08:12:42 +0000 (10:12 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 13 Oct 2011 14:35:07 +0000 (07:35 -0700)
commit42feaf40700246d9afb9c27ef09a0022ddfdb998
tree36e92c29052482716f8a620a1f6af238a2a77540
parent47a1d794dba02239f9eeb37e9dfd4dfdb634c3b7
vc1: explicitly zero interlaced mode coding variables for progressive mode

Both v->fcm and v->field_mode are used in common code, now they won't be
reset for progressive frame after interlaced one causing writing past the
frame end for example.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/vc1.c