summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 16:15:56 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 16:15:56 +0000
commitfac93536f1bc777f2f2fd0aef33128eccb1efdee (patch)
tree2edff00ed0fecd96b2e804f4927c79a382f3364d /libmpeg2
parent39dcc12aaf419465f33d37bd4733eddb09483a60 (diff)
downloadmpv-fac93536f1bc777f2f2fd0aef33128eccb1efdee.tar.bz2
mpv-fac93536f1bc777f2f2fd0aef33128eccb1efdee.tar.xz
libmpeg2 B-frame fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/mpeg2_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 1ba3300c9e..0a4ca73f55 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -219,6 +219,10 @@ struct mpeg2dec_s {
int8_t q_scale_type, scaled[4];
uint8_t quantizer_matrix[4][64];
uint8_t new_quantizer_matrix[4][64];
+
+ /* for MPlayer: */
+ unsigned char *pending_buffer;
+ int pending_length;
};
typedef struct {