Skip to content

Commit

Permalink
feat(Reduce FFMPEG size): ffmpeg to 3.3.5 + compiled with only needed…
Browse files Browse the repository at this point in the history
… options (19 -> 13 MB) (#130)
  • Loading branch information
kesha-antonov authored and Shahen Hovhannisyan committed Nov 1, 2017
1 parent c99ddd9 commit ea10cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified android/src/main/assets/armeabi-v7a/ffmpeg
Binary file not shown.
Expand Up @@ -75,7 +75,7 @@ public class Trimmer {

private static final String LOG_TAG = "RNTrimmerManager";
private static final String FFMPEG_FILE_NAME = "ffmpeg";
private static final String FFMPEG_SHA1 = "f51256ddb13c2a4d2bb9e22812775751c32cfdf4";
private static final String FFMPEG_SHA1 = "5b430b578e0fcd9903c3553d977aa99b5f461c7a";

private static boolean ffmpegLoaded = false;
private static final int DEFAULT_BUFFER_SIZE = 4096;
Expand Down

0 comments on commit ea10cff

Please sign in to comment.