forked from takagen99/Box
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
增加exo解码能力,解决部分视频exo,ijk解码都是有声音没图像的问题,引入的第三方库要求最低5.0
- Loading branch information
Showing
4 changed files
with
13 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
app/src/main/java/xyz/doikki/videoplayer/exo/FfmpegRenderersFactory.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ android { | |
compileSdk 33 | ||
|
||
defaultConfig { | ||
minSdk 18 | ||
targetSdk 28 | ||
minSdk 21 | ||
targetSdk 29 | ||
} | ||
} | ||
|
||
|