mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Remove some useless comments/commented-out code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29842 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
477057dbb5
commit
89c9b3b769
@ -1617,7 +1617,6 @@ void reinit_audio_chain(void) {
|
|||||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,"==========================================================================\n");
|
mp_msg(MSGT_CPLAYER,MSGL_INFO,"==========================================================================\n");
|
||||||
|
|
||||||
|
|
||||||
//const ao_info_t *info=audio_out->info;
|
|
||||||
current_module="af_preinit";
|
current_module="af_preinit";
|
||||||
ao_data.samplerate=force_srate;
|
ao_data.samplerate=force_srate;
|
||||||
ao_data.channels=0;
|
ao_data.channels=0;
|
||||||
@ -1640,11 +1639,9 @@ void reinit_audio_chain(void) {
|
|||||||
ao_data.channels,
|
ao_data.channels,
|
||||||
ao_data.format,0);
|
ao_data.format,0);
|
||||||
if(!mpctx->audio_out){
|
if(!mpctx->audio_out){
|
||||||
// FAILED:
|
|
||||||
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotInitAO);
|
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotInitAO);
|
||||||
goto init_error;
|
goto init_error;
|
||||||
}
|
}
|
||||||
// SUCCESS:
|
|
||||||
initialized_flags|=INITIALIZED_AO;
|
initialized_flags|=INITIALIZED_AO;
|
||||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d bytes per sample)\n",
|
mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d bytes per sample)\n",
|
||||||
mpctx->audio_out->info->short_name,
|
mpctx->audio_out->info->short_name,
|
||||||
|
Loading…
Reference in New Issue
Block a user