[SCM] libav/experimental: Cosmetics: replacing 0 with NULL for pointer assignment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 5c2a9dd64e3316af2fbf282671ef09532987a865
Author: Roman Shaposhnik <roman at shaposhnik.org>
Date:   Sat Jan 31 01:36:00 2009 +0000

    Cosmetics: replacing 0 with NULL for pointer assignment
    
    Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 3577ffa..06d0dfd 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -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;
                 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list