Changeset 89ea5057 in ffmpeg

Timestamp:
Apr 8, 2021, 9:03:15 AM (4 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
8d74bacc
Parents:
5a50bd88
git-author:
Anton Khirnov <anton@khirnov.net> (04/02/21 08:45:27)
git-committer:
Anton Khirnov <anton@khirnov.net> (04/08/21 09:03:15)
Message:

lavc/pngdec: remove unnecessary context variables

Do not store the image buffer pointer/linesize in the context, just
access them directly from the frame.
Stop assuming that linesize is the same for the current and last frame.

(No files)

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