Actions
Bug #2403
closedCompilation failure with ffmpeg 3.0.1
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/18/2016
Due date:
% Done:
100%
Estimated time:
Description
Trying to compile on an up-to-date Debian "stretch" with libavcodec 57.24.102 from ffmpeg 3.0.1 failed since avcodec_alloc_frame() has been removed from the API, after being deprecated for quite some time. The attached patch fixes this issue.
FFmpeg/libav version numbers were taken from http://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/doc/APIchanges, search for "avcodec_alloc_frame".
Files
Actions