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:
parent
2331854d0b
commit
5c2a9dd64e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user