Skip to content

Commit

Permalink
增加对mkv和webm格式的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Feb 26, 2020
1 parent 69d5c8f commit 1fd422c
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/arm64-v8a/libijkplayer.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/arm64-v8a/libijksdl.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/armeabi-v7a/libijksdl.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/armeabi/libijkffmpeg.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/armeabi/libijkplayer.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/armeabi/libijksdl.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/x86/libijkffmpeg.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/x86/libijkplayer.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/x86/libijksdl.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/x86_64/libijkffmpeg.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/x86_64/libijkplayer.so
Binary file not shown.
Binary file modified dkplayer-players/ijk/src/main/jniLibs/x86_64/libijksdl.so
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class DataUtil {

public static final String SAMPLE_URL = "http://vfx.mtime.cn/Video/2019/03/14/mp4/190314223540373995.mp4";
// public static final String SAMPLE_URL = "file:///mnt/sdcard/out.webm";

// public static List<VideoBean> getVideoList() {
// List<VideoBean> videoList = new ArrayList<>();
Expand Down

0 comments on commit 1fd422c

Please sign in to comment.