Actions
Emulator Issues #5419
closeduse of deprecated ffmpeg functions
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Expectation)
Building with a modern git version of libav/ffmpeg results in succes
What happens)
Make complains about deprecated API usage and exists with error.
atlest avcodec_open should be replaced with avcodec_open2 and av_new_stream with avformat_new_stream. More might exist deeper in the code.
avcodec_encode_video is still presented in libav but as deprecated, should be replaced with avcodec_encode_video2
Actions