1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

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
This commit is contained in:
diego 2007-12-27 11:19:54 +00:00
parent b6870cc5ba
commit 13e29fcfe2

View File

@ -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);