[FFmpeg-devel] [PATCH v2 0/2] PNG sBIT chunk support
Leo Izen
leo.izen at gmail.com
Wed Mar 15 21:15:52 EET 2023
On 3/8/23 15:03, Leo Izen wrote:
> Add support to the PNG decoder and encoder to support sBIT chunks,
> by using AVCodecContext->bits_per_raw_sample.
>
> Leo Izen (2):
> avcodec/pngdec: support sBIT chunks
> avcodec/pngenc: write sBIT chunks
>
> libavcodec/pngdec.c | 45 ++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/pngenc.c | 6 ++++++
> libavcodec/version.h | 2 +-
> 3 files changed, 52 insertions(+), 1 deletion(-)
>
Will merge in a few days if there's no other objections or comments.
- Leo Izen (thebombzen)
More information about the ffmpeg-devel
mailing list