diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 12:25:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:38 +0200 |
commit | 761ad429680637411882552921a9d5acb6aff59e (patch) | |
tree | ba03954b8cfd4196ff5d6016d292a0d203faaf87 /ffmpeg.c | |
parent | aad2f2f477d6804f5f79ccce55b3d7f54b00f715 (diff) | |
download | ffmpeg-761ad429680637411882552921a9d5acb6aff59e.tar.gz |
lavf: remove FF_API_MAX_STREAMS cruft
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -106,9 +106,7 @@ typedef struct AVChapterMap { static const OptionDef options[]; #define MAX_FILES 100 -#if !FF_API_MAX_STREAMS #define MAX_STREAMS 1024 /* arbitrary sanity check value */ -#endif #define FFM_PACKET_SIZE 4096 //XXX a duplicate of the line in ffm.h |