lavu: add video_hint API

Add side data type to provide hint to the video encoders about
unchanged portions of each frame.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Elias Carotti
2023-08-08 09:46:11 +02:00
committed by Stefano Sabatini
parent c0709706dd
commit 5012b4ab4c
6 changed files with 204 additions and 1 deletions
+2
View File
@@ -91,6 +91,7 @@ HEADERS = adler32.h \
tea.h \
tx.h \
film_grain_params.h \
video_hint.h
ARCH_HEADERS = bswap.h \
intmath.h \
@@ -181,6 +182,7 @@ OBJS = adler32.o \
uuid.o \
version.o \
video_enc_params.o \
video_hint.o \
film_grain_params.o \