[FFmpeg-cvslog] r16874 - trunk/libavcodec/dv.c

romansh subversion
Sat Jan 31 02:36:01 CET 2009


Author: romansh
Date: Sat Jan 31 02:36:00 2009
New Revision: 16874

Log:
Cosmetics: replacing 0 with NULL for pointer assignment

Modified:
   trunk/libavcodec/dv.c

Modified: trunk/libavcodec/dv.c
==============================================================================
--- trunk/libavcodec/dv.c	Sat Jan 31 02:35:29 2009	(r16873)
+++ trunk/libavcodec/dv.c	Sat Jan 31 02:36:00 2009	(r16874)
@@ -1015,7 +1015,7 @@ static int dv_encode_video_segment(AVCod
                     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;
                 }




More information about the ffmpeg-cvslog mailing list