Commit 5616cd63 authored by michaelni's avatar michaelni

fixing segfault


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@903 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7f3847ad
...@@ -346,7 +346,7 @@ static int rv10_decode_init(AVCodecContext *avctx) ...@@ -346,7 +346,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
MpegEncContext *s = avctx->priv_data; MpegEncContext *s = avctx->priv_data;
static int done; static int done;
// s->avctx= avctx; s->avctx= avctx;
s->out_format = FMT_H263; s->out_format = FMT_H263;
s->width = avctx->width; 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