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

Revert "Fix int64 overflow with recent ffmpeg" #66

Merged
merged 1 commit into from
Nov 1, 2017

Conversation

mkrufky
Copy link
Contributor

@mkrufky mkrufky commented Nov 1, 2017

Reverts #63

This "fix" is incorrect. This was not an issue with the latest ffmpeg --Rather, it is an issue with Golang version 1.9.x ... It has been fixed in Golang version 1.9.2, and now this is a bug. It should be reverted.

Here is supporting evidence:

golang/go#22277 - Go 1.9.2 release status

golang/go#21708 - cmd/cgo: overflow error on int64_t

closes #65

@3d0c 3d0c merged commit be49cf4 into 3d0c:master Nov 1, 2017
@mkrufky mkrufky deleted the revert-63-overflow_fix branch November 1, 2017 18:53
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.

run encoding_mp4.go overflows uint64
2 participants