[FFmpeg-devel] [PATCH 4/8] lavc/libvpxenc: rename hdr10_plus_fifo and related objects
James Zern
jzern at google.com
Tue Feb 28 22:55:29 EET 2023
On Tue, Feb 28, 2023 at 4:02 AM Anton Khirnov <anton at khirnov.net> wrote:
>
> This AVFifo is used to propagate HDR metadata from input frames to
> output packets, since libvpx does not allow passing through arbitrary
> user data.
>
> It will be extended to pass through other kinds of data in future
> commits, so give it a more generic name.
> ---
> libavcodec/libvpxenc.c | 51 +++++++++++++++++++++---------------------
> 1 file changed, 26 insertions(+), 25 deletions(-)
>
lgtm
More information about the ffmpeg-devel
mailing list