mpegvideo: increase edge_emu_buffer size for VC1
authorJanne Grunau <janne-libav@jannau.net>
Tue, 18 Dec 2012 21:57:58 +0000 (22:57 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 19 Dec 2012 06:57:22 +0000 (07:57 +0100)
commit45635885e44cb7adce35ac19279d48c1ef6c4779
tree6cc07ae0fd025d0df35e63348d5dc8fbf1695ff7
parenta34d9ad96974667ef346d192e80ff7e94f1a6434
mpegvideo: increase edge_emu_buffer size for VC1

The VC1 decoder uses edge_emu_buffer simultaneously for luma and chroma
and needs more space. That was not a problem before f1d8763a02b5fce
since the size for edge_emu_buffer was always calculated with 2 byte per
pixel since the linesize was not known.

Fixes occasionally fate errors in vc1_sa10143.
libavcodec/mpegvideo.c