OSDN Git Service

avcodec/vc1: fix mb_height for field pictures
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 14 Dec 2013 13:52:31 +0000 (14:52 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 14 Dec 2013 15:50:21 +0000 (16:50 +0100)
commit017e234c204f8ffb5f85a073231247881be1ac6f
tree8a7deeea8daf357ec64684595ce072a0f8ec1c1f
parentc65fe9e9822cf2a04e5507ddbb7f99e4b6cd93e9
avcodec/vc1: fix mb_height for field pictures

Fixes ticket2531

Tables are always allocated now with sufficient space for either progressive
or interlaced content. The alternative would be to detect a change
and reallocate.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vc1.c
libavcodec/vc1dec.c