summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-07-09 16:48:47 +0200
committerAnton Khirnov <anton@khirnov.net>2011-07-13 10:37:20 +0200
commit646a9a189346392ea0e23d4eacbec890955d187c (patch)
tree27b50b82fbd7d1066585ef3a6f17801aa0d36bb3
parent0cdd1208bed747bc96dcf109fe0e3c607cdbba45 (diff)
ffmpeg: remove an unused define.
-rw-r--r--ffmpeg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a0f6abc87d..ba5859df4e 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -104,8 +104,6 @@ static const OptionDef options[];
#define MAX_FILES 100
#define MAX_STREAMS 1024 /* arbitrary sanity check value */
-#define FFM_PACKET_SIZE 4096 //XXX a duplicate of the line in ffm.h
-
static const char *last_asked_format = NULL;
static double *ts_scale;
static int nb_ts_scale;