summaryrefslogtreecommitdiff
path: root/src/libmpeg2/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmpeg2/decode.c')
-rw-r--r--src/libmpeg2/decode.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libmpeg2/decode.c b/src/libmpeg2/decode.c
index c08dc3ed2..58a9d4e32 100644
--- a/src/libmpeg2/decode.c
+++ b/src/libmpeg2/decode.c
@@ -300,7 +300,13 @@ static inline uint8_t * copy_chunk (mpeg2dec_t * mpeg2dec,
if (limit > end)
limit = end;
+ /*
+ printf ("copy chunk current %08x\n", current );
+ printf ("copy chunk end %08x\n", end); fflush(stdout);
+ */
+
while (1) {
+
byte = *current++;
if (shift != 0x00000100) {
shift = (shift | byte) << 8;