Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ffprobe-number-format-exception): fix gson parse SideData.rotatio… #358

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ChenYangY
Copy link

#356

hello,I've solved this issue problem by create an gson type adapter which is SideData class。

i write the test for the adapter, here is the NumberFormatException video

exception_part.mp4

actually, the number "-9223372036854775808" is -2^63, and in signed 64bit integer type, which is zero。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant