mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-29 23:41:12 -06:00
cellVdec: fixup
This commit is contained in:
parent
3ff4f188f4
commit
96f73f4497
@ -1375,7 +1375,7 @@ static error_code vdecOpen(ppu_thread& ppu, T type, U res, vm::cptr<CellVdecCb>
|
||||
|
||||
if constexpr (std::is_same_v<std::decay_t<typename T::type>, CellVdecTypeEx>)
|
||||
{
|
||||
spec = type->codecSpecificInfo.get_ptr();
|
||||
spec = type->codecSpecificInfo ? type->codecSpecificInfo.get_ptr() : nullptr;
|
||||
}
|
||||
|
||||
VdecDecoderAttr attr;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user