Cosmetics: replacing 0 with NULL for pointer assignment
authorRoman Shaposhnik <roman@shaposhnik.org>
Sat, 31 Jan 2009 01:36:00 +0000 (01:36 +0000)
committerRoman Shaposhnik <roman@shaposhnik.org>
Sat, 31 Jan 2009 01:36:00 +0000 (01:36 +0000)
Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dv.c

index 3577ffa..06d0dfd 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;
                 }