Commit ac21b765 authored by romansh's avatar romansh

Cosmetics: replacing 0 with NULL for pointer assignment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d4c29b9c
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment