summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2011-09-12 12:05:15 +0200
committerClément Bœsch <ubitux@gmail.com>2011-09-12 12:09:09 +0200
commit677a831ec67eeffff59cf5e223f7b9d2921ba762 (patch)
tree26f7eee76e12ca91c13dbef528bf89b5730b9a1b /ffmpeg.c
parent525d4852b9d1c2feeab7b3eda742ac9b6d434f9c (diff)
ffmpeg: remove unused data_codec_name.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 9901f0f324..20f8db0ce3 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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;