Add a new entry for H265 in video codecs view.

This commit is contained in:
François Grisez 2018-09-12 13:41:49 +02:00
parent 1cdc784349
commit 9bcce4943a
2 changed files with 11 additions and 0 deletions

View file

@ -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"},

View file

@ -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/>