Browse Source

Marking what should be removed in relation to MAX_STREAMS.

Originally committed as revision 23634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer 14 years ago
parent
commit
8745fe29a9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libavformat/avformat.h

+ 0 - 2
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
 
 /**