kopia lustrzana https://github.com/ryukoposting/Signal-Android
Catch MediaCodecException in extractThumbnails for configuration crash.
rodzic
97b3d36433
commit
3a151b30ac
|
@ -97,7 +97,7 @@ final class VideoThumbnailsExtractor {
|
|||
|
||||
doExtract(extractor, decoder, outputSurface, outputWidthRotated, outputHeightRotated, duration, thumbnailCount, callback);
|
||||
}
|
||||
} catch (IOException | TranscodingException e) {
|
||||
} catch (IOException | TranscodingException | MediaCodec.CodecException e) {
|
||||
Log.w(TAG, e);
|
||||
callback.failed();
|
||||
} finally {
|
||||
|
|
Ładowanie…
Reference in New Issue