mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-22 16:40:57 +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);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|---|---|---|
| .. | ||
| lv2 | ||
| Modules | ||
| Common.h | ||
| ErrorCodes.h | ||
| MFC.cpp | ||
| MFC.h | ||
| PPCDisAsm.h | ||
| PPUAnalyser.cpp | ||
| PPUAnalyser.h | ||
| PPUCallback.h | ||
| PPUDisAsm.cpp | ||
| PPUDisAsm.h | ||
| PPUFunction.cpp | ||
| PPUFunction.h | ||
| PPUInterpreter.cpp | ||
| PPUInterpreter.h | ||
| PPUModule.cpp | ||
| PPUModule.h | ||
| PPUOpcodes.h | ||
| PPUThread.cpp | ||
| PPUThread.h | ||
| PPUTranslator.cpp | ||
| PPUTranslator.h | ||
| RawSPUThread.cpp | ||
| RawSPUThread.h | ||
| SPUAnalyser.cpp | ||
| SPUAnalyser.h | ||
| SPUASMJITRecompiler.cpp | ||
| SPUASMJITRecompiler.h | ||
| SPUDisAsm.cpp | ||
| SPUDisAsm.h | ||
| SPUInterpreter.cpp | ||
| SPUInterpreter.h | ||
| SPUOpcodes.h | ||
| SPURecompiler.cpp | ||
| SPURecompiler.h | ||
| SPUThread.cpp | ||
| SPUThread.h | ||
| timers.hpp | ||