Skip to content

Commit ea10cff

Browse files
kesha-antonovShahen Hovhannisyan
authored andcommitted
feat(Reduce FFMPEG size): ffmpeg to 3.3.5 + compiled with only needed options (19 -> 13 MB) (#130)
1 parent c99ddd9 commit ea10cff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-6.85 MB
Binary file not shown.

android/src/main/java/com/shahenlibrary/Trimmer/Trimmer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class Trimmer {
7575

7676
private static final String LOG_TAG = "RNTrimmerManager";
7777
private static final String FFMPEG_FILE_NAME = "ffmpeg";
78-
private static final String FFMPEG_SHA1 = "f51256ddb13c2a4d2bb9e22812775751c32cfdf4";
78+
private static final String FFMPEG_SHA1 = "5b430b578e0fcd9903c3553d977aa99b5f461c7a";
7979

8080
private static boolean ffmpegLoaded = false;
8181
private static final int DEFAULT_BUFFER_SIZE = 4096;

0 commit comments

Comments
 (0)