Commit 9db99069 authored by Michael Niedermayer's avatar Michael Niedermayer

fixing segfault

Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment