Marking what should be removed in relation to MAX_STREAMS.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 16 Jun 2010 19:31:05 +0000 (19:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 16 Jun 2010 19:31:05 +0000 (19:31 +0000)
Originally committed as revision 23634 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 57a6bce..520750b 100644 (file)
@@ -569,8 +569,6 @@ typedef struct AVChapter {
 
 #if LIBAVFORMAT_VERSION_MAJOR < 53
 #define MAX_STREAMS 20
-#else
-#define MAX_STREAMS 100
 #endif
 
 /**