mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7500: factor out the write_image callback and fix the vlc video endpoint to setup and match the audio params of the A leg when bridged
This commit is contained in:
committed by
Michael Jerris
parent
01fda5748c
commit
853873725b
@@ -599,7 +599,7 @@ static switch_status_t switch_h264_destroy(switch_codec_t *codec)
|
||||
}
|
||||
|
||||
if (context->decoder) {
|
||||
if (context->img) switch_img_free(context->img);
|
||||
switch_img_free(&context->img);
|
||||
context->decoder->Uninitialize();
|
||||
WelsDestroyDecoder(context->decoder);
|
||||
}
|
||||
|
Reference in New Issue
Block a user