From 677a831ec67eeffff59cf5e223f7b9d2921ba762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 12 Sep 2011 12:05:15 +0200 Subject: [PATCH] ffmpeg: remove unused data_codec_name. --- ffmpeg.c | 2 -- 1 file changed, 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;