summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-11-19 23:04:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-19 23:04:07 +0000
commitdeedfbdbca5556ff4aced6ff5b81948542392a4c (patch)
tree1f5e2f0638423b1c88920047d1102a8ca9a822bc /libavcodec
parent0699d2fe4480888980f796d7daf022a28e5d8100 (diff)
downloadffmpeg-streaming-deedfbdbca5556ff4aced6ff5b81948542392a4c.zip
ffmpeg-streaming-deedfbdbca5556ff4aced6ff5b81948542392a4c.tar.gz
10l
Originally committed as revision 1239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mpeg12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 73c76e1..fd5ebf1 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) {
OpenPOWER on IntegriCloud