diff mpeg12.c @ 877:9d50cf6d6361 libavcodec

10l
author michaelni
date Tue, 19 Nov 2002 23:04:07 +0000
parents 8af5c366e3d9
children 35d28522a1c5
line wrap: on
line diff
--- a/mpeg12.c	Tue Nov 19 10:08:31 2002 +0000
+++ b/mpeg12.c	Tue Nov 19 23:04:07 2002 +0000
@@ -1915,7 +1915,7 @@
                     break;
                 default:
                     if (start_code >= SLICE_MIN_START_CODE &&
-                        start_code <= SLICE_MAX_START_CODE && s2->hurry_up<5) {
+                        start_code <= SLICE_MAX_START_CODE && s2->avctx->hurry_up<5) {
                         ret = mpeg_decode_slice(avctx, picture,
                                                 start_code, s->buffer, input_size);
                         if (ret == DECODE_SLICE_EOP) {