Filter GSM codec for microphone redirection
This commit is contained in:
parent
f25fbaee9c
commit
c5984ff811
@ -79,6 +79,7 @@ static BOOL ffmpeg_codec_is_filtered(enum AVCodecID id, BOOL encoder)
|
||||
case AV_CODEC_ID_NONE:
|
||||
return TRUE;
|
||||
|
||||
case AV_CODEC_ID_GSM_MS:
|
||||
case AV_CODEC_ID_AAC:
|
||||
case AV_CODEC_ID_AAC_LATM:
|
||||
#if !defined(WITH_DSP_EXPERIMENTAL)
|
||||
|
Loading…
Reference in New Issue
Block a user