diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-11-19 23:04:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-19 23:04:07 +0000 |
commit | deedfbdbca5556ff4aced6ff5b81948542392a4c (patch) | |
tree | 1f5e2f0638423b1c88920047d1102a8ca9a822bc | |
parent | 0699d2fe4480888980f796d7daf022a28e5d8100 (diff) | |
download | ffmpeg-deedfbdbca5556ff4aced6ff5b81948542392a4c.tar.gz |
10l
Originally committed as revision 1239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mpeg12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 73c76e1c3b..fd5ebf1297 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -1915,7 +1915,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx, 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) { |