summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-08 11:21:13 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-08 20:58:19 +0200
commit3ee53dabcfd8810d01f114599617cf55e481c291 (patch)
tree2dd4fd5175c5f84640e7b8c82a957c61053fdd25 /ffmpeg.c
parentcdc6a87f193b1bf99a640a44374d4f2597118959 (diff)
lavf: get rid of ffm-specific stuff in avformat.h
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 46adb9a98d..841c79895e 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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];