summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-06-16 19:31:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-06-16 19:31:05 +0000
commit8745fe29a9b2b1ca53f187b542a09c9d203ff5ae (patch)
tree1f34a4be9b00633f2a860d179244c6a0e71fa2b0 /libavformat/avformat.h
parent1e27c47715eda3944ca36f95bdffb5c5e4fe1dbd (diff)
Marking what should be removed in relation to MAX_STREAMS.
Originally committed as revision 23634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 57a6bcec4a..520750bdde 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -569,8 +569,6 @@ typedef struct AVChapter {
#if LIBAVFORMAT_VERSION_MAJOR < 53
#define MAX_STREAMS 20
-#else
-#define MAX_STREAMS 100
#endif
/**