[FFmpeg-cvslog] ffmpeg: remove an unused define.
Anton Khirnov
git at videolan.org
Thu Jul 14 02:36:45 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jul 9 16:48:47 2011 +0200| [646a9a189346392ea0e23d4eacbec890955d187c] | committer: Anton Khirnov
ffmpeg: remove an unused define.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=646a9a189346392ea0e23d4eacbec890955d187c
---
ffmpeg.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index a0f6abc..ba5859d 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;
More information about the ffmpeg-cvslog
mailing list