diff rv10.c @ 643:3db611caee55 libavcodec

fixing segfault
author michaelni
date Tue, 03 Sep 2002 20:15:34 +0000
parents 35353e4520d8
children f87dc45d921d
line wrap: on
line diff
--- a/rv10.c	Mon Sep 02 17:08:40 2002 +0000
+++ b/rv10.c	Tue Sep 03 20:15:34 2002 +0000
@@ -346,7 +346,7 @@
     MpegEncContext *s = avctx->priv_data;
     static int done;
 
-//    s->avctx= avctx;
+    s->avctx= avctx;
     s->out_format = FMT_H263;
 
     s->width = avctx->width;