mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
cellVdec: fixup
This commit is contained in:
parent
3ff4f188f4
commit
96f73f4497
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue