Browse Source

ffmpeg: remove an unused define.

tags/n0.9
Anton Khirnov 14 years ago
parent
commit
646a9a1893
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ffmpeg.c

+ 0
- 2
ffmpeg.c View File

@@ -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;


Loading…
Cancel
Save