1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-10 17:41:09 +02:00

Cosmetics: replacing 0 with NULL for pointer assignment

Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Roman Shaposhnik 2009-01-31 01:36:00 +00:00
parent 2331854d0b
commit 5c2a9dd64e

View 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;
}