[FFmpeg-cvslog] ffmpeg: remove unused data_codec_name.

Clément Bœsch git at videolan.org
Mon Sep 12 12:09:23 CEST 2011


ffmpeg | branch: master | Clément Bœsch <clement.boesch at smartjog.com> | Mon Sep 12 12:05:15 2011 +0200| [677a831ec67eeffff59cf5e223f7b9d2921ba762] | committer: Clément Bœsch

ffmpeg: remove unused data_codec_name.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=677a831ec67eeffff59cf5e223f7b9d2921ba762
---

 ffmpeg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 9901f0f..20f8db0 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;



More information about the ffmpeg-cvslog mailing list