diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 12:25:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:38 +0200 |
commit | 761ad429680637411882552921a9d5acb6aff59e (patch) | |
tree | ba03954b8cfd4196ff5d6016d292a0d203faaf87 /libavformat/nutdec.c | |
parent | aad2f2f477d6804f5f79ccce55b3d7f54b00f715 (diff) | |
download | ffmpeg-761ad429680637411882552921a9d5acb6aff59e.tar.gz |
lavf: remove FF_API_MAX_STREAMS cruft
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r-- | libavformat/nutdec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index d3804f2993..0a1ed554e3 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -30,11 +30,7 @@ #undef NDEBUG #include <assert.h> -#if FF_API_MAX_STREAMS -#define NUT_MAX_STREAMS MAX_STREAMS -#else #define NUT_MAX_STREAMS 256 /* arbitrary sanity check value */ -#endif static int get_str(AVIOContext *bc, char *string, unsigned int maxlen){ unsigned int len= ffio_read_varlen(bc); |