changeset 29912:49f3853e9105

Remove unused variable.
author reimar
date Sun, 22 Nov 2009 13:08:43 +0000
parents 74ebb2b03d90
children 9e76a5f9e717
files libmpcodecs/ad_ffmpeg.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_ffmpeg.c	Sun Nov 22 13:06:44 2009 +0000
+++ b/libmpcodecs/ad_ffmpeg.c	Sun Nov 22 13:08:43 2009 +0000
@@ -179,7 +179,6 @@
 	  if (((AVCodecContext *)sh_audio->context)->channels >= 5) {
             int samplesize = av_get_bits_per_sample_format(((AVCodecContext *)
                                     sh_audio->context)->sample_fmt) / 8;
-            const char *codec=((AVCodecContext*)sh_audio->context)->codec->name;
             reorder_channel_nch(buf, AF_CHANNEL_LAYOUT_LAVC_DEFAULT,
                                 AF_CHANNEL_LAYOUT_MPLAYER_DEFAULT,
                                 ((AVCodecContext *)sh_audio->context)->channels,