projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2331854
)
Cosmetics: replacing 0 with NULL for pointer assignment
author
Roman Shaposhnik
<roman@shaposhnik.org>
Sat, 31 Jan 2009 01:36:00 +0000
(
01:36
+0000)
committer
Roman Shaposhnik
<roman@shaposhnik.org>
Sat, 31 Jan 2009 01:36:00 +0000
(
01:36
+0000)
Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dv.c
patch
|
blob
|
history
diff --git
a/libavcodec/dv.c
b/libavcodec/dv.c
index
3577ffa
..
06d0dfd
100644
(file)
--- 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;
}