Remove HDR option because it doesn't currently work

This commit is contained in:
Cameron Gutman 2020-09-06 17:33:40 -07:00
parent a06a454ade
commit 3e36357315

View file

@ -805,10 +805,10 @@ Flickable {
text: "HEVC (H.265)" text: "HEVC (H.265)"
val: StreamingPreferences.VCC_FORCE_HEVC val: StreamingPreferences.VCC_FORCE_HEVC
} }
ListElement { /*ListElement {
text: "HEVC HDR (Experimental)" text: "HEVC HDR (Experimental)"
val: StreamingPreferences.VCC_FORCE_HEVC_HDR val: StreamingPreferences.VCC_FORCE_HEVC_HDR
} }*/
} }
// ::onActivated must be used, as it only listens for when the index is changed by a human // ::onActivated must be used, as it only listens for when the index is changed by a human
onActivated : { onActivated : {