[FFmpeg-devel] [PATCH] avcodec: add a WebP parser
James Zern
jzern at google.com
Thu Apr 16 20:29:25 EEST 2020
On Mon, Apr 13, 2020 at 5:58 PM James Almer <jamrial at gmail.com> wrote:
>
> Based on code from the BMP parser.
>
> Addresses ticket #8574
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavcodec/Makefile | 1 +
> libavcodec/parsers.c | 1 +
> libavcodec/webp_parser.c | 112 +++++++++++++++++++++++++++++++++++++++
> 3 files changed, 114 insertions(+)
> create mode 100644 libavcodec/webp_parser.c
>
lgtm.
More information about the ffmpeg-devel
mailing list