Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: fill the padding area

2022-10-16 Thread Xiang, Haihao
On Mon, 2022-10-10 at 16:05 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > qsvenc makes a copy when the input in system memory is not padded as the > SDK requires, however the padding area is not filled with right data > > Signed-off-by: Haihao Xiang > --- > libavcodec/qsvenc.c | 69

[FFmpeg-devel] [PATCH] lavc/qsvenc: fill the padding area

2022-10-10 Thread Xiang, Haihao
From: Haihao Xiang qsvenc makes a copy when the input in system memory is not padded as the SDK requires, however the padding area is not filled with right data Signed-off-by: Haihao Xiang --- libavcodec/qsvenc.c | 69 +++-- 1 file changed, 67 insertions