diff options
author | Manuel Lauss <manuel.lauss@gmail.com> | 2025-01-13 22:00:24 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2025-01-26 01:10:52 +0100 |
commit | d68d311bcd76cf2ef4c8e3163170775686784727 (patch) | |
tree | 37c9519b3ba758237a79cb6a4fd52952f2250ea8 /doc/APIchanges | |
parent | 4322be512b2bd6c7d8ee61a2b0230546f3107be0 (diff) | |
download | ffmpeg-d68d311bcd76cf2ef4c8e3163170775686784727.tar.gz |
avcodec/sanm: codec37 buffers are private
codec37 operates on 2 buffers, which must be considered private to
the codec and must therefore not be changed by subsequent FOBJs.
Let codec37 therefore operate on frm1/2 instead of frm0/2, but copy
the decoded image to frm0 where other codecs operate on.
Fixes artifacts encountered in Full Throttle "dazed.san" and also
in a lot of Rebel Assault II gameplay videos: these videos consist of
frames with an initial codec37 FOBJ image to set the stage, and
optional codec1-23 FOBJs overlaid on top of that image.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions