[FFmpeg-devel] [PATCH] avcodec/libvpxenc: Apply codec options to alpha codec context

2021-09-02 Thread Adam Chelminski
d the overall encoding is just as slow as it would be without the options specified. Signed-off-by: Adam Chelminski --- libavcodec/libvpxenc.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 0e50f

[FFmpeg-devel] [PATCH v2] avcodec/libvpxenc: Apply codec options to alpha codec context

2021-09-03 Thread Adam Chelminski
as slow as it would be without the options specified. Signed-off-by: Adam Chelminski --- doc/APIchanges | 4 libavcodec/libvpxenc.c | 26 -- libavcodec/version.h | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/doc/APIchanges b/