mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix the algorithm in charge of detecting unsupported codecs.
This commit is contained in:
parent
7f66de2e96
commit
9a64549fa1
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ struct codec_name_pref_table codec_pref_table[]={
|
|||
|
||||
if( (available == NULL)
|
||||
// these two codecs should not be hidden, even if not supported
|
||||
&& [codec_pref_table[i].prefname isEqualToString:@"h264_preference"]
|
||||
&& [codec_pref_table[i].prefname isEqualToString:@"mp4v-es_preference"]
|
||||
&& ![codec_pref_table[i].prefname isEqualToString:@"h264_preference"]
|
||||
&& ![codec_pref_table[i].prefname isEqualToString:@"mp4v-es_preference"]
|
||||
)
|
||||
{
|
||||
[set addObject:codec_pref_table[i].prefname];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue