提交 0c23ead1 编写于 作者: F Fabrice Bellard

copy avctx


Originally committed as revision 100 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9d02db7a
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册