Skip to content
Snippets Groups Projects
Commit 75144e93 authored by Ilkka Ollakka's avatar Ilkka Ollakka
Browse files

transcode: set decoder output if we notice audio change

Otherwise we seem to end up in infinite loop of checking reconfiguration, but
never actually manage to reconfigure.
parent 995d7a7d
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,7 @@ int transcode_audio_process( sout_stream_t *p_stream,
aout_FiltersDelete( p_stream, id->p_af_chain );
id->p_af_chain = NULL;
}
id->fmt_input_audio = id->decoder_out.audio;
}
if( !id->p_af_chain &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment