Change H.265 to HEVC to match other clients

This commit is contained in:
Cameron Gutman
2021-06-12 11:00:30 -05:00
parent 2458b9305c
commit 8ac5768f4f
30 changed files with 71 additions and 71 deletions
@@ -96,7 +96,7 @@ public class MediaCodecDecoderRenderer extends VideoDecoderRenderer {
}
private MediaCodecInfo findHevcDecoder(PreferenceConfiguration prefs, boolean meteredNetwork, boolean requestedHdr) {
// Don't return anything if H.265 is forced off
// Don't return anything if HEVC is forced off
if (prefs.videoFormat == PreferenceConfiguration.FORCE_H265_OFF) {
return null;
}