[FFmpeg-devel] [PATCH 1/2] avformat/mov: Rework the AVIF parser to handle multiple items
James Zern
jzern at google.com
Wed Jul 27 22:37:23 EEST 2022
On Wed, Jul 27, 2022 at 9:12 AM Vignesh Venkatasubramanian
<vigneshv-at-google.com at ffmpeg.org> wrote:
>
> Stores the item ids of all the items found in the file and
> processes the primary item at the end of the meta box. This patch
> does not change any behavior. It sets up the code for parsing
> alpha channel (and possibly images with 'grid') in follow up
> patches.
>
> Signed-off-by: Vignesh Venkatasubramanian <vigneshv at google.com>
> ---
> libavformat/isom.h | 4 ++
> libavformat/mov.c | 146 ++++++++++++++++++++++++++++-----------------
> 2 files changed, 95 insertions(+), 55 deletions(-)
>
lgtm. I'll submit this soon if there aren't any other comments.
More information about the ffmpeg-devel
mailing list