You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: