summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-01 17:42:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-01 17:42:16 +0000
commit5e1f250543d493efa36dd258693c8930370ce41e (patch)
treeb0fd4b9fe5b430bec5dff8ae4f091ac52d30ba37 /libmpeg2/mpeg2_internal.h
parent01490fe9933eea5071130ad4b843a420dfdcc15f (diff)
downloadmpv-5e1f250543d493efa36dd258693c8930370ce41e.tar.bz2
mpv-5e1f250543d493efa36dd258693c8930370ce41e.tar.xz
Remove pointless comments from local diff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26316 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 50c0937654..b76e8e245a 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -149,7 +149,6 @@ struct mpeg2_decoder_s {
int mpeg1;
- /* for MPlayer: */
int quantizer_scales[32];
int quantizer_scale;
char* quant_store;
@@ -225,7 +224,6 @@ struct mpeg2dec_s {
uint8_t quantizer_matrix[4][64];
uint8_t new_quantizer_matrix[4][64];
- /* for MPlayer: */
unsigned char *pending_buffer;
int pending_length;
};