]> git.sesse.net Git - ffmpeg/commit
vaapi_encode: Add common options between all encoders
authorMark Thompson <sw@jkqxz.net>
Tue, 18 Sep 2018 22:30:41 +0000 (23:30 +0100)
committerMark Thompson <sw@jkqxz.net>
Sun, 23 Sep 2018 13:42:33 +0000 (14:42 +0100)
commitaa2563aecc0f9f495d581e3072f76e3c59b0fd59
tree0e77921cb889a8a306b8942a2b94d7a6fa89b697
parent3b188666f19a17d15efb7eae590e988832972666
vaapi_encode: Add common options between all encoders

The only common option here is low_power - it was previously supported
for H.264 only, that specific option is removed.
doc/encoders.texi
libavcodec/vaapi_encode.h
libavcodec/vaapi_encode_h264.c
libavcodec/vaapi_encode_h265.c
libavcodec/vaapi_encode_vp8.c
libavcodec/vaapi_encode_vp9.c