comparison 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
comparison
equal deleted inserted replaced
1069:8528d0b9e508 1070:6da5ae9ee199
74 74
75 static int dvvideo_decode_init(AVCodecContext *avctx) 75 static int dvvideo_decode_init(AVCodecContext *avctx)
76 { 76 {
77 DVVideoDecodeContext *s = avctx->priv_data; 77 DVVideoDecodeContext *s = avctx->priv_data;
78 MpegEncContext s2; 78 MpegEncContext s2;
79 static int done; 79 static int done=0;
80 80
81 if (!done) { 81 if (!done) {
82 int i; 82 int i;
83 83
84 done = 1; 84 done = 1;