mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
ffmpeg: remove an unused define.
This commit is contained in:
parent
0cdd1208be
commit
646a9a1893
2
ffmpeg.c
2
ffmpeg.c
@ -104,8 +104,6 @@ static const OptionDef options[];
|
|||||||
#define MAX_FILES 100
|
#define MAX_FILES 100
|
||||||
#define MAX_STREAMS 1024 /* arbitrary sanity check value */
|
#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 const char *last_asked_format = NULL;
|
||||||
static double *ts_scale;
|
static double *ts_scale;
|
||||||
static int nb_ts_scale;
|
static int nb_ts_scale;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user