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.
This commit is contained in:
Janne Grunau
2011-10-24 00:59:41 +02:00
parent 16ad77b357
commit cd8c64e197
5 changed files with 12 additions and 15 deletions

View File

@ -633,6 +633,7 @@ typedef struct MpegEncContext {
int chroma_y_shift;
int progressive_frame;
int full_pel[2];
int interlaced_dct;
int first_slice;
int first_field; ///< is 1 for the first field of a field picture 0 otherwise