OSDN Git Service

vc1: Fix mb_height for field pictures
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 14 Dec 2013 13:52:31 +0000 (14:52 +0100)
committerMartin Storsjö <martin@martin.st>
Tue, 17 Dec 2013 20:01:45 +0000 (22:01 +0200)
commitd8fd183683b7495566b7e510a6536ae2efe8dfed
treeb656395ee31db8b67ae652bff213a9d05357a5a8
parentbd316109b33362dbaf2629c16e05bf65adbf8573
vc1: Fix mb_height for field pictures

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

This fixes decoding of a sample.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/vc1.c
libavcodec/vc1dec.c