Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:25:54 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-19 20:28:38 +0400
commit761ad429680637411882552921a9d5acb6aff59e (patch)
treeba03954b8cfd4196ff5d6016d292a0d203faaf87 /libavformat/nutdec.c
parentaad2f2f477d6804f5f79ccce55b3d7f54b00f715 (diff)
lavf: remove FF_API_MAX_STREAMS cruft
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c4
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);