From 9db99069bd780a68a185812f03ae8b137780355e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 3 Sep 2002 20:15:34 +0000 Subject: [PATCH] fixing segfault Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index e484ee209..0e75f4e44 100644 --- a/libavcodec/rv10.c +++ b/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; -- 2.11.0