diff libmpcodecs/vf_palette.c @ 6188:39a9515c633a

warning fixes, patch by Ulrich Hecht <uli@suse.de>
author arpi
date Sat, 25 May 2002 13:22:28 +0000
parents a300966abeb6
children f8e0eac1256c
line wrap: on
line diff
--- a/libmpcodecs/vf_palette.c	Sat May 25 12:56:56 2002 +0000
+++ b/libmpcodecs/vf_palette.c	Sat May 25 13:22:28 2002 +0000
@@ -19,14 +19,14 @@
     IMGFMT_BGR24,
     IMGFMT_BGR16,
     IMGFMT_BGR15,
-    NULL
+    0
 };
 static unsigned int rgb_list[]={
     IMGFMT_RGB32,
     IMGFMT_RGB24,
     IMGFMT_RGB16,
     IMGFMT_RGB15,
-    NULL
+    0
 };
 
 static unsigned int find_best(struct vf_instance_s* vf, unsigned int fmt){