提交 9db99069 编写于 作者: M Michael Niedermayer

fixing segfault

Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b59f5747
......@@ -346,7 +346,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
MpegEncContext *s = avctx->priv_data;
static int done;
// s->avctx= avctx;
s->avctx= avctx;
s->out_format = FMT_H263;
s->width = avctx->width;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册