diff img2.c @ 3289:811c78fac294 libavformat

Replace some occurrences of 0 with CODEC_ID_NONE. Fixes icc warning #188: enumerated type mixed with another type
author cehoyos
date Mon, 12 May 2008 10:30:40 +0000
parents b8f57813338a
children 99033f7987cb
line wrap: on
line diff
--- a/img2.c	Mon May 12 01:17:00 2008 +0000
+++ b/img2.c	Mon May 12 10:30:40 2008 +0000
@@ -68,7 +68,7 @@
     { CODEC_ID_SUNRAST   , "im8"},
     { CODEC_ID_SUNRAST   , "im24"},
     { CODEC_ID_SUNRAST   , "sunras"},
-    {0, NULL}
+    { CODEC_ID_NONE      , NULL}
 };
 
 static int sizes[][2] = {