Mercurial > libavcodec.hg
changeset 877:9d50cf6d6361 libavcodec
10l
author | michaelni |
---|---|
date | Tue, 19 Nov 2002 23:04:07 +0000 |
parents | c76442f7d0b2 |
children | 6ea69518e5f7 |
files | mpeg12.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) {