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 "Picture: Use av_malloc when using ffmpeg scalers" #10826

Closed
wants to merge 1 commit into from

Conversation

fritsch
Copy link
Member

@fritsch fritsch commented Oct 31, 2016

Currently in a hurry, that broke Pictures. I need to have a look after being back.

Remember: It's not safe to put custom buffers into ffmpeg methods, cause they don't have proper alignment. With the above original code - it happened the other way round :-)

@fritsch
Copy link
Member Author

fritsch commented Oct 31, 2016

Thanks @akva2 for pinging me.

@fritsch
Copy link
Member Author

fritsch commented Oct 31, 2016

jenkinds build and merge

@MartijnKaijser MartijnKaijser added Type: Fix non-breaking change which fixes an issue v17 Krypton Component: Picture labels Oct 31, 2016
@MartijnKaijser MartijnKaijser added this to the Krypton 17.0-beta6 milestone Oct 31, 2016
@fritsch fritsch mentioned this pull request Oct 31, 2016
@fritsch
Copy link
Member Author

fritsch commented Oct 31, 2016

@akva2 can you please revert the other commit with av's malloc and free or remove the & before the argument of av_free?

@fritsch
Copy link
Member Author

fritsch commented Oct 31, 2016

Other fix on the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Picture Type: Fix non-breaking change which fixes an issue v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants