Mercurial > mplayer.hg
changeset 26284:c5cd2eedc579
Remove pointless comments from local diff.
author | diego |
---|---|
date | Tue, 01 Apr 2008 17:42:16 +0000 |
parents | 62abac0c8637 |
children | fc0c115a793e |
files | libmpeg2/libmpeg-0.4.1.diff libmpeg2/mpeg2_internal.h |
diffstat | 2 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpeg2/libmpeg-0.4.1.diff Tue Apr 01 17:41:18 2008 +0000 +++ b/libmpeg2/libmpeg-0.4.1.diff Tue Apr 01 17:42:16 2008 +0000 @@ -240,12 +240,11 @@ uint32_t mpeg2_accel (uint32_t accel); --- libmpeg2/mpeg2_internal.h 2006-06-16 20:12:26.000000000 +0200 +++ libmpeg2/mpeg2_internal.h 2006-06-16 20:12:50.000000000 +0200 -@@ -144,6 +148,12 @@ +@@ -144,6 +148,11 @@ int second_field; int mpeg1; + -+ /* for MPlayer: */ + int quantizer_scales[32]; + int quantizer_scale; + char* quant_store; @@ -253,12 +252,11 @@ }; typedef struct { -@@ -214,6 +224,10 @@ +@@ -214,6 +224,9 @@ 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; };
--- a/libmpeg2/mpeg2_internal.h Tue Apr 01 17:41:18 2008 +0000 +++ b/libmpeg2/mpeg2_internal.h Tue Apr 01 17:42:16 2008 +0000 @@ -149,7 +149,6 @@ int mpeg1; - /* for MPlayer: */ int quantizer_scales[32]; int quantizer_scale; char* quant_store; @@ -225,7 +224,6 @@ uint8_t quantizer_matrix[4][64]; uint8_t new_quantizer_matrix[4][64]; - /* for MPlayer: */ unsigned char *pending_buffer; int pending_length; };