Re: [libav-devel] [PATCH] qsvenc: AVBR is not supported on non-windows OS

2018-02-01 Thread Luca Barbato
On 01/02/2018 10:47, Maxym Dmytrychenko wrote: it actually should fail-down to VBR but we have VBR already exposed. LGTM , no other objection(s) ? Seems the easiest way to go. lu ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] qsvenc: AVBR is not supported on non-windows OS

2018-02-01 Thread Maxym Dmytrychenko
it actually should fail-down to VBR but we have VBR already exposed. LGTM , no other objection(s) ? On Tue, Jan 30, 2018 at 11:07 AM, Zhong Li wrote: > AVBR is supported from API 1.3 but only available for Windows > > Signed-off-by: Zhong Li > --- >

[libav-devel] [PATCH] qsvenc: AVBR is not supported on non-windows OS

2018-01-30 Thread Zhong Li
AVBR is supported from API 1.3 but only available for Windows Signed-off-by: Zhong Li --- libavcodec/qsvenc.c | 17 ++--- libavcodec/qsvenc.h | 2 ++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index