diff options
author | Lioncash <mathew1800@gmail.com> | 2020-12-04 16:23:10 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-12-04 16:23:13 -0500 |
commit | 94af77aa7c26b65365fecc6230c2110c10ff16b5 (patch) | |
tree | 12e24c3bfd0103deb3c599b571fc879dce998a7b /src/input_common/sdl/sdl_impl.cpp | |
parent | fad38ec6e849a25846f4fd28b61dcfebd6d8af6c (diff) |
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
This was only necessary for use with the
avcodec_decode_video2/avcoded_decode_audio4 APIs which are also
deprecated.
Given we use avcodec_send_packet/avcodec_receive_frame, this isn't
necessary, this is even indicated directly within the FFmpeg API changes
document here on 2017-09-26:
https://github.com/FFmpeg/FFmpeg/blob/master/doc/APIchanges#L410
This prevents our code from breaking whenever we update to a newer
version of FFmpeg in the future if they ever decide to fully remove this
API member.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions