mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Add a new entry for H265 in video codecs view.
This commit is contained in:
parent
1cdc784349
commit
9bcce4943a
2 changed files with 11 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ struct codec_name_pref_table codec_pref_table[] = {{"speex", 8000, "speex_8k_pre
|
|||
{"g729", 8000, "g729_preference"},
|
||||
{"mp4v-es", 90000, "mp4v-es_preference"},
|
||||
{"h264", 90000, "h264_preference"},
|
||||
{"h265", 90000, "h265_preference"},
|
||||
{"vp8", 90000, "vp8_preference"},
|
||||
{"mpeg4-generic", 16000, "aaceld_16k_preference"},
|
||||
{"mpeg4-generic", 22050, "aaceld_22k_preference"},
|
||||
|
|
|
|||
|
|
@ -158,6 +158,16 @@
|
|||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>DefaultValue</key>
|
||||
<true/>
|
||||
<key>Key</key>
|
||||
<string>h265_preference</string>
|
||||
<key>Title</key>
|
||||
<string>H.265</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>DefaultValue</key>
|
||||
<false/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue