fixing segfault

Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-09-03 20:15:34 +00:00
parent b59f574753
commit 9db99069bd

View File

@ -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;