Commit e2864156 authored by glantau's avatar glantau

copy avctx


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@100 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a5f353b
......@@ -1396,6 +1396,7 @@ static int mpeg1_decode_sequence(AVCodecContext *avctx,
s->width = width;
s->height = height;
s->has_b_frames = 1;
s->avctx = avctx;
avctx->width = width;
avctx->height = height;
avctx->frame_rate = frame_rate_tab[s->frame_rate_index];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment