summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
diff options
context:
space:
mode:
authorWolfgang Hesseler <qv@multimediaware.com>2003-02-16 23:05:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-02-16 23:05:38 +0000
commit7604246d1a27a0c32e036bb01704787c435fa153 (patch)
tree7ea7cf2a9983f549dc42b1b4d178097ab3579405 /libavcodec/dv.c
parent0a6de063b05088c9c9556f0aefd2171906e8baf4 (diff)
downloadffmpeg-streaming-7604246d1a27a0c32e036bb01704787c435fa153.zip
ffmpeg-streaming-7604246d1a27a0c32e036bb01704787c435fa153.tar.gz
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)
Originally committed as revision 1588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r--libavcodec/dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index d401190..47ba8b6 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -76,7 +76,7 @@ static int dvvideo_decode_init(AVCodecContext *avctx)
{
DVVideoDecodeContext *s = avctx->priv_data;
MpegEncContext s2;
- static int done;
+ static int done=0;
if (!done) {
int i;
OpenPOWER on IntegriCloud