Browse Source

ffmpeg: remove unused data_codec_name.

tags/n0.9
Clément Bœsch Clément Bœsch 14 years ago
parent
commit
677a831ec6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ffmpeg.c

+ 0
- 2
ffmpeg.c View File

@@ -124,8 +124,6 @@ static const char *video_codec_name = NULL;
static const char *audio_codec_name = NULL;
static const char *subtitle_codec_name = NULL;

static char *data_codec_name = NULL;

static int file_overwrite = 0;
static int do_benchmark = 0;
static int do_hex_dump = 0;


Loading…
Cancel
Save