mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 16:20:22 +01:00
ajm: do not crash on codec error
This commit is contained in:
parent
74e1b4d8b2
commit
1497d01fed
|
|
@ -476,7 +476,9 @@ static orbis::ErrorCode ajm_ioctl(orbis::File *file, std::uint64_t request,
|
|||
instance.at9.superFrameSize,
|
||||
instance.at9.frameSamples, instance.at9.handle,
|
||||
totalDecodedBytes, outputWritten);
|
||||
std::abort();
|
||||
result->codecResult = err;
|
||||
result->result |= AJM_RESULT_CODEC_ERROR | AJM_RESULT_FATAL;
|
||||
break;
|
||||
}
|
||||
|
||||
instance.at9.estimatedSizeUsed =
|
||||
|
|
|
|||
Loading…
Reference in a new issue