comparison 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
comparison
equal deleted inserted replaced
6386:dd54b36d1b8c 6387:4974b3d4992b
27 #include "nut.h" 27 #include "nut.h"
28 28
29 #undef NDEBUG 29 #undef NDEBUG
30 #include <assert.h> 30 #include <assert.h>
31 31
32 #if LAVF_API_MAX_STREAMS 32 #if FF_API_MAX_STREAMS
33 #define NUT_MAX_STREAMS MAX_STREAMS 33 #define NUT_MAX_STREAMS MAX_STREAMS
34 #else 34 #else
35 #define NUT_MAX_STREAMS 256 /* arbitrary sanity check value */ 35 #define NUT_MAX_STREAMS 256 /* arbitrary sanity check value */
36 #endif 36 #endif
37 37