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

AVIDump: fix FFV1 encoding #596

Merged
merged 1 commit into from Jul 10, 2014
Merged

AVIDump: fix FFV1 encoding #596

merged 1 commit into from Jul 10, 2014

Conversation

delroth
Copy link
Member

@delroth delroth commented Jul 10, 2014

ffmpeg 2.0 changed requirements for the FFV1 encoder and made them more strict,
requiring more fields of the input frame to be initialized. Explicitly setting
pixfmt, width and height solve the EINVAL issues with FFV1 encoding.

Original fix from http://ffmpeg.org/pipermail/libav-user/2013-October/005759.html

ffmpeg 2.0 changed requirements for the FFV1 encoder and made them more strict,
requiring more fields of the input frame to be initialized. Explicitly setting
pixfmt, width and height solve the EINVAL issues with FFV1 encoding.

Original fix from http://ffmpeg.org/pipermail/libav-user/2013-October/005759.html
@shuffle2
Copy link
Contributor

lgtm

shuffle2 added a commit that referenced this pull request Jul 10, 2014
AVIDump: fix FFV1 encoding
@shuffle2 shuffle2 merged commit 15c1250 into dolphin-emu:master Jul 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants