Changeset 19e8103 in ffmpeg

Timestamp:
Apr 8, 2021, 9:03:15 AM (4 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
2822bfbb
Parents:
ae08eec6
git-author:
Anton Khirnov <anton@khirnov.net> (04/02/21 14:33:44)
git-committer:
Anton Khirnov <anton@khirnov.net> (04/08/21 09:03:15)
Message:

lavc/pngdec: use a separate bytestream reader for each chunk

This makes sure that reading a truncated chunk will never overflow into
the following chunk. It also allows to remove many repeated lines
skipping over the trailing crc checksum.

(No files)

Note: See TracChangeset for help on using the changeset viewer.