yuzu-mainline/src/video_core/command_classes
Lioncash 94af77aa7c 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.
2020-12-04 16:23:13 -05:00
..
codecs codec: Remove deprecated usage of AVCodecContext::refcounted_frames 2020-12-04 16:23:13 -05:00
host1x.cpp nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
host1x.h nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
nvdec.cpp Queue decoded frames, cleanup decoders 2020-11-25 17:10:44 -05:00
nvdec.h Queue decoded frames, cleanup decoders 2020-11-25 17:10:44 -05:00
nvdec_common.h video_core: NVDEC Implementation 2020-10-26 23:07:36 -04:00
sync_manager.cpp sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
sync_manager.h sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
vic.cpp vp9/vic: Resolve pessimizing moves 2020-12-03 12:33:07 -05:00
vic.h nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00