Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
authorJanne Grunau <janne-libav@jannau.net>
Sun, 23 Oct 2011 22:59:41 +0000 (00:59 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Sun, 23 Oct 2011 22:59:41 +0000 (00:59 +0200)
commitcd8c64e197ca7295c609b120039f7032f3a9356c
tree2ed1010b1a7924b29f879d9d17a33a879e88342a
parent16ad77b357ebbe74a7bc9568904c328a2722651e
Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"

This reverts commit da22ba7df461c13bf0b0eabc953303803a285d91 since it
broke slice threading. Slice threading just duplicates MpegEncContext
so every value used during mpeg_decode_slice has to be in it.
A second patch will fix the illusion that Mpeg1Context is available
in mpeg_decode_slice.
libavcodec/mpeg12.c
libavcodec/mpeg12.h
libavcodec/mpegvideo.h
libavcodec/vdpau.c
libavcodec/vdpau_internal.h