lavf: get rid of ffm-specific stuff in avformat.h

This commit is contained in:
Anton Khirnov
2011-04-08 11:21:13 +02:00
parent cdc6a87f19
commit 3ee53dabcf
4 changed files with 8 additions and 6 deletions

View File

@@ -110,6 +110,8 @@ static const OptionDef options[];
#define MAX_STREAMS 1024 /* arbitrary sanity check value */
#endif
#define FFM_PACKET_SIZE 4096 //XXX a duplicate of the line in ffm.h
static const char *last_asked_format = NULL;
static AVFormatContext *input_files[MAX_FILES];
static int64_t input_files_ts_offset[MAX_FILES];