changeset 25503:9f8f66eca56e

Remove unused static variable pass, fixes the warning: ae_lame.c:72: warning: 'pass' defined but not used
author diego
date Thu, 27 Dec 2007 11:19:54 +0000
parents 605d4e3e403f
children 48441c610249
files libmpcodecs/ae_lame.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ae_lame.c	Wed Dec 26 13:13:48 2007 +0000
+++ b/libmpcodecs/ae_lame.c	Thu Dec 27 11:19:54 2007 +0000
@@ -69,8 +69,6 @@
 };
 
 
-static int pass;
-
 static int bind_lame(audio_encoder_t *encoder, muxer_stream_t *mux_a)
 {
     mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_MP3AudioSelected);