Skip to content

Commit

Permalink
Add DTS-HD detection
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Aug 8, 2021
1 parent 7293744 commit 619f136
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 30
versionCode 46
versionName "0.46"
versionCode 47
versionName "0.47"
archivesBaseName = "Just.Player.v${versionName}"
}

Expand Down Expand Up @@ -44,8 +44,9 @@ dependencies {
// Use patched exoplayer-core - map Dolby Vision profile 7 to HEVC
// https://github.com/google/ExoPlayer/issues/9139
exoMavenImplementation "com.google.android.exoplayer:exoplayer-core:$exoplayerVersion"
exoLocalImplementation "com.google.android.exoplayer:exoplayer-common:$exoplayerVersion"
exoLocalImplementation "com.google.android.exoplayer:exoplayer-extractor:$exoplayerVersion"
exoLocalImplementation("com.google.android.exoplayer:exoplayer-common:$exoplayerVersion") {
exclude group: "com.google.android.exoplayer", module: "exoplayer-extractor"
}
exoMavenImplementation "com.google.android.exoplayer:exoplayer-ui:$exoplayerVersion"
exoLocalImplementation("com.google.android.exoplayer:exoplayer-ui:$exoplayerVersion") {
exclude group: "com.google.android.exoplayer", module: "exoplayer-core"
Expand Down
Binary file added app/libs/library-extractor-release.aar
Binary file not shown.

0 comments on commit 619f136

Please sign in to comment.