diff dv.c @ 1070:6da5ae9ee199 libavcodec

more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes)
author michaelni
date Sun, 16 Feb 2003 23:05:38 +0000
parents b32afefe7d33
children 7f10d38721ed
line wrap: on
line diff
--- a/dv.c	Fri Feb 14 21:27:25 2003 +0000
+++ b/dv.c	Sun Feb 16 23:05:38 2003 +0000
@@ -76,7 +76,7 @@
 {
     DVVideoDecodeContext *s = avctx->priv_data;
     MpegEncContext s2;
-    static int done;
+    static int done=0;
 
     if (!done) {
         int i;