changeset 8704:199fdc232f13 libavcodec

Cosmetics: replacing 0 with NULL for pointer assignment
author romansh
date Sat, 31 Jan 2009 01:36:00 +0000
parents 52cfc4fe405c
children 412e06100577
files dv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dv.c	Sat Jan 31 01:35:29 2009 +0000
+++ b/dv.c	Sat Jan 31 01:36:00 2009 +0000
@@ -1015,7 +1015,7 @@
                     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;
                 }