summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.h
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-10-24 00:59:41 +0200
committerJanne Grunau <janne-libav@jannau.net>2011-10-24 00:59:41 +0200
commitcd8c64e197ca7295c609b120039f7032f3a9356c (patch)
tree2ed1010b1a7924b29f879d9d17a33a879e88342a /libavcodec/mpeg12.h
parent16ad77b357ebbe74a7bc9568904c328a2722651e (diff)
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.
Diffstat (limited to 'libavcodec/mpeg12.h')
-rw-r--r--libavcodec/mpeg12.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.h b/libavcodec/mpeg12.h
index 209bf05234..ab0352ff10 100644
--- a/libavcodec/mpeg12.h
+++ b/libavcodec/mpeg12.h
@@ -41,7 +41,6 @@ typedef struct Mpeg1Context {
int save_width, save_height, save_progressive_seq;
AVRational frame_rate_ext; ///< MPEG-2 specific framerate modificator
int sync; ///< Did we reach a sync point like a GOP/SEQ/KEYFrame?
- int full_pel[2];
int closed_gop; ///< GOP is closed
} Mpeg1Context;