summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-27 11:19:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-27 11:19:54 +0000
commit13e29fcfe2be8f3cc23b8f8c383cdb7f13ea5777 (patch)
treeb97d209e1ba83e2eeb369fdee7d016625cb42480 /libmpcodecs
parentb6870cc5ba1c9b43307af26f47ed5bc0c2d5c7de (diff)
downloadmpv-13e29fcfe2be8f3cc23b8f8c383cdb7f13ea5777.tar.bz2
mpv-13e29fcfe2be8f3cc23b8f8c383cdb7f13ea5777.tar.xz
Remove unused static variable pass, fixes the warning:
ae_lame.c:72: warning: 'pass' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25531 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ae_lame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/ae_lame.c b/libmpcodecs/ae_lame.c
index 99e3dd7333..433fdc1fd0 100644
--- a/libmpcodecs/ae_lame.c
+++ b/libmpcodecs/ae_lame.c
@@ -69,8 +69,6 @@ m_option_t lameopts_conf[]={
};
-static int pass;
-
static int bind_lame(audio_encoder_t *encoder, muxer_stream_t *mux_a)
{
mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_MP3AudioSelected);