diff options
author | Kacper Michajłow <kasper93@gmail.com> | 2025-07-25 18:51:16 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2025-07-27 14:09:46 +0200 |
commit | ef167512ab5da5c532f4a2212d8150ba9b81974b (patch) | |
tree | 1a3d4f9962a84c5bd92f06baf985d444f6d40e57 /doc/examples/extract_mvs.c | |
parent | bf640b53db385ae779485ddcbd7bc1734f986efb (diff) | |
download | ffmpeg-ef167512ab5da5c532f4a2212d8150ba9b81974b.tar.gz |
avcodec/dovi_rpudec: parse RPU forward, don't try to find end
Instead of scanning backwards for the end of RPU payload, parse it and
report if we didn't land at the terminator byte.
Current expectation was that we can have additional zero bytes after RPU
payload, which were skipped to find playload end. That's not always the
case. So loosen this requirement.
This fixes files where there is additional non-zeroed padding after the
end of the RPU in NALU.
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Diffstat (limited to 'doc/examples/extract_mvs.c')
0 files changed, 0 insertions, 0 deletions