ffmpeg: remove unused data_codec_name.

This commit is contained in:
Clément Bœsch 2011-09-12 12:05:15 +02:00 committed by Clément Bœsch
parent 525d4852b9
commit 677a831ec6

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;