diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-06-16 19:31:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-06-16 19:31:05 +0000 |
commit | 8745fe29a9b2b1ca53f187b542a09c9d203ff5ae (patch) | |
tree | 1f34a4be9b00633f2a860d179244c6a0e71fa2b0 | |
parent | 1e27c47715eda3944ca36f95bdffb5c5e4fe1dbd (diff) | |
download | ffmpeg-8745fe29a9b2b1ca53f187b542a09c9d203ff5ae.tar.gz |
Marking what should be removed in relation to MAX_STREAMS.
Originally committed as revision 23634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 2 |
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 /** |