Re: [FFmpeg-devel] [PATCH v2] avcodec/vaapi_av1: pass full buffer size for each tile

2021-05-20 Thread Jan Ekström
On Thu, May 20, 2021 at 5:08 PM Jan Ekström wrote: > > On Wed, May 19, 2021 at 5:24 AM Fei Wang wrote: > > > > Previously, only the size of a given tile was passed, making the > > offset and size marked in VASliceParameterBufferAV1 invalid with > > multiple tiles. > > > > Signed-off-by: Fei Wang

Re: [FFmpeg-devel] [PATCH v2] avcodec/vaapi_av1: pass full buffer size for each tile

2021-05-20 Thread Jan Ekström
On Wed, May 19, 2021 at 5:24 AM Fei Wang wrote: > > Previously, only the size of a given tile was passed, making the > offset and size marked in VASliceParameterBufferAV1 invalid with > multiple tiles. > > Signed-off-by: Fei Wang > --- > Change: > 1. update commit message. > > libavcodec/vaapi_a

[FFmpeg-devel] [PATCH v2] avcodec/vaapi_av1: pass full buffer size for each tile

2021-05-18 Thread Fei Wang
Previously, only the size of a given tile was passed, making the offset and size marked in VASliceParameterBufferAV1 invalid with multiple tiles. Signed-off-by: Fei Wang --- Change: 1. update commit message. libavcodec/vaapi_av1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi