Increased probe size

pull/206/head
M66B 3 years ago
parent 17365cbb9b
commit d68531ae65

@ -87,7 +87,7 @@ class ImageHelper {
Helper.getBackgroundExecutor(0, "image_n");
static final int DOWNLOAD_TIMEOUT = 15; // seconds
private static final int MAX_PROBE = 64 * 1024; // bytes
private static final int MAX_PROBE = 128 * 1024; // bytes
private static final int SLOW_CONNECTION = 2 * 1024; // Kbps
// https://developer.android.com/guide/topics/media/media-formats#image-formats

Loading…
Cancel
Save