AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
524 stars 116 forks source link

Fixes a crash when the user tries a video with malformed bitrate information #161

Closed vitorpamplona closed 1 year ago

vitorpamplona commented 1 year ago

One of these 3 data points had the string: "9223372036854775807" in one of our crash reports. That's all we know.

AbedElazizShe commented 1 year ago

Thank you for the PR @vitorpamplona