mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-22 08:30:42 +01:00
rpcs3/Emu/Cell/Modules/cellAdec.cpp:325:12: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers
codec = avcodec_find_decoder(AV_CODEC_ID_ATRAC3P);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rpcs3/Emu/Cell/Modules/cellAdec.cpp:331:12: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers
codec = avcodec_find_decoder(AV_CODEC_ID_MP3);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rpcs3/Emu/Cell/Modules/cellVdec.cpp:143:12: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers
codec = avcodec_find_decoder(AV_CODEC_ID_MPEG2VIDEO);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rpcs3/Emu/Cell/Modules/cellVdec.cpp:148:12: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers
codec = avcodec_find_decoder(AV_CODEC_ID_H264);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rpcs3/Emu/Cell/Modules/cellVdec.cpp:153:12: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers
codec = avcodec_find_decoder(AV_CODEC_ID_MPEG4);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|---|---|---|
| .. | ||
| Audio | ||
| Cell | ||
| CPU | ||
| Io | ||
| Memory | ||
| NP | ||
| RSX | ||
| cache_utils.cpp | ||
| cache_utils.hpp | ||
| CMakeLists.txt | ||
| GameInfo.h | ||
| GDB.cpp | ||
| GDB.h | ||
| IdManager.cpp | ||
| IdManager.h | ||
| IPC.h | ||
| localized_string.cpp | ||
| localized_string.h | ||
| localized_string_id.h | ||
| perf_meter.cpp | ||
| perf_meter.hpp | ||
| System.cpp | ||
| System.h | ||
| system_config.cpp | ||
| system_config.h | ||
| system_config_types.cpp | ||
| system_config_types.h | ||
| system_progress.cpp | ||
| system_progress.hpp | ||
| system_utils.cpp | ||
| system_utils.hpp | ||
| title.cpp | ||
| title.h | ||
| VFS.cpp | ||
| VFS.h | ||
| vfs_config.cpp | ||
| vfs_config.h | ||