mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00:00
src/video_core/command_classes/codecs/codec.cpp:177:16: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers
av_codec = avcodec_find_decoder(codec);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|---|---|---|
| .. | ||
| codecs | ||
| host1x.cpp | ||
| host1x.h | ||
| nvdec_common.h | ||
| nvdec.cpp | ||
| nvdec.h | ||
| sync_manager.cpp | ||
| sync_manager.h | ||
| vic.cpp | ||
| vic.h | ||