Skip to content

Commit

Permalink
Re-use supportsHevc in one additional place
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Aug 10, 2024
1 parent c7a4c89 commit 6111cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object ProfileHelper {

val deviceHevcLevelCodecProfiles by lazy {
buildList {
if (MediaTest.supportsHevc()) {
if (supportsHevc) {
add(CodecProfile().apply {
type = CodecType.Video
codec = Codec.Video.HEVC
Expand Down

0 comments on commit 6111cbe

Please sign in to comment.