diff nutdec.c @ 6387:4974b3d4992b libavformat

rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
author aurel
date Wed, 18 Aug 2010 20:34:31 +0000
parents 65745776af68
children
line wrap: on
line diff
--- a/nutdec.c	Wed Aug 18 16:29:46 2010 +0000
+++ b/nutdec.c	Wed Aug 18 20:34:31 2010 +0000
@@ -29,7 +29,7 @@
 #undef NDEBUG
 #include <assert.h>
 
-#if LAVF_API_MAX_STREAMS
+#if FF_API_MAX_STREAMS
 #define NUT_MAX_STREAMS MAX_STREAMS
 #else
 #define NUT_MAX_STREAMS 256    /* arbitrary sanity check value */