fixing segfault

Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 23 years ago
parent b59f574753
commit 9db99069bd
  1. 2
      libavcodec/rv10.c

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

Loading…
Cancel
Save