]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mms.c
build: Make the ISMV muxer select the MOV muxer
[ffmpeg] / libavformat / mms.c
index 57966632535d6c3a99a9ce9cbc151cd8558002f9..192e7039affec8fd45e68c5e9b5594dcb8c3a36e 100644 (file)
 #include "asf.h"
 #include "libavutil/intreadwrite.h"
 
-#if FF_API_MAX_STREAMS
-#define MMS_MAX_STREAMS MAX_STREAMS
-#else
 #define MMS_MAX_STREAMS 256    /**< arbitrary sanity check value */
-#endif
 
 int ff_mms_read_header(MMSContext *mms, uint8_t *buf, const int size)
 {