From 5c2a9dd64e3316af2fbf282671ef09532987a865 Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Sat, 31 Jan 2009 01:36:00 +0000 Subject: Cosmetics: replacing 0 with NULL for pointer assignment Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dv.c') diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 3577ffabb4..06d0dfd52b 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; } -- cgit v1.2.3