diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-18 20:34:31 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-18 20:34:31 +0000 |
commit | 54036be11a0f1902144fbf903a98607ae52ff5fb (patch) | |
tree | f495099eda8df86161600d044dd33213ecda83eb /libavformat/nutdec.c | |
parent | a42c29febc501d5df3dd24b437cb884485862c56 (diff) | |
download | ffmpeg-54036be11a0f1902144fbf903a98607ae52ff5fb.tar.gz |
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Originally committed as revision 24825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r-- | libavformat/nutdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index bdc216270c..fa1cb188d7 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -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 */ |