[Scummvm-tracker] [ScummVM :: Bugs] #14280: VIDEO: VideoDecoder::loadStream() may delete the stream on failure
ScummVM :: Bugs
trac at scummvm.org
Wed Mar 1 16:51:48 UTC 2023
#14280: VIDEO: VideoDecoder::loadStream() may delete the stream on failure
------------------------+--------------------
Reporter: ccawley2011 | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Video
Version: | Keywords:
Game: |
------------------------+--------------------
A number of video decoders will store a reference to the stream early,
which leads to it being deleted by the decoder if it fails. This is a
problem when attempting to load a file with multiple decoders to determine
the file format, as well as with the AVI decoder, which is inconsistent
regarding what kind of errors will delete the stream (unsupported video
codecs will cause the stream to be deleted, but a missing "RIFF" signature
won't).
--
Ticket URL: <https://bugs.scummvm.org/ticket/14280>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list