]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Cosmetics: replacing 0 with NULL for pointer assignment
authorromansh <romansh@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 31 Jan 2009 01:36:00 +0000 (01:36 +0000)
committerromansh <romansh@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 31 Jan 2009 01:36:00 +0000 (01:36 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/dv.c

index 3577ffabb40b70da5bcde821aebd01445def7565..06d0dfd52be6eeec08d354a19eda717042a27e51 100644 (file)
@@ -1015,7 +1015,7 @@ static int dv_encode_video_segment(AVCodecContext *avctx, DVwork_chunk *work_chu
                     linesize = s->picture.linesize[6 - j];
                 } else {
                     /* j=1 and j=3 are "dummy" blocks, used for AC data only */
-                    data     = 0;
+                    data     = NULL;
                     linesize = 0;
                     dummy    = 1;
                 }