Re: [FFmpeg-devel] [PATCH] vaapi_encode: Refactor encode misc parameter buffer creation

2019-06-03 Thread Mark Thompson
eg.org> >> Subject: [FFmpeg-devel] [PATCH] vaapi_encode: Refactor encode misc >> parameter buffer creation >> >> This removes the use of the nonstandard combined structures, which >> generated some warnings with clang and will cause alignment problems >> with some

Re: [FFmpeg-devel] [PATCH] vaapi_encode: Refactor encode misc parameter buffer creation

2019-05-08 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: Monday, May 6, 2019 23:21 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: [FFmpeg-devel] [PATCH] vaapi_encode:

[FFmpeg-devel] [PATCH] vaapi_encode: Refactor encode misc parameter buffer creation

2019-05-06 Thread Mark Thompson
This removes the use of the nonstandard combined structures, which generated some warnings with clang and will cause alignment problems with some parameter buffer types. --- On 27/03/2019 14:18, Carl Eugen Hoyos wrote: > Attached patch fixes many warnings when compiling vaapi with clang. > Also