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

PIX_FMT_RGB24 -> AV_PIX_FMT_RGB24 #199

Open
ghost opened this issue Apr 1, 2017 · 1 comment
Open

PIX_FMT_RGB24 -> AV_PIX_FMT_RGB24 #199

ghost opened this issue Apr 1, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 1, 2017

There has been an update in libavutil renaming some constants.

http://stackoverflow.com/questions/38847745/cannot-resolve-variable-pix-fmt-rgb24-ffmpeg-source-code-install-with-the-newes

Can be found looking in /usr/include/libavutil/pixfmt.h

@ghost
Copy link
Author

ghost commented Apr 1, 2017

Also avcodec_alloc_frame needs to be updated to av_frame_alloc. The compiler understands that as of lavc 55.28.1 but we do seem to have a linking issue at least on arch with it.

http://stackoverflow.com/questions/24057248/ffmpeg-undefined-references-to-av-frame-alloc

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

No branches or pull requests

0 participants