mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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:
committed by
Stefano Sabatini
parent
c0709706dd
commit
5012b4ab4c
@@ -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 \
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user