Re: [FFmpeg-devel] [PATCH 01/26] vaapi_encode_h264: Move options and common structures into context

2018-04-25 Thread Mark Thompson
On 25/04/18 08:02, Xiang, Haihao wrote:>> This will make it easier to support options in common between different >> encoders. It also cleans up some of the field naming. >> --- >> libavcodec/vaapi_encode_h264.c | 228 >> +--- >> - >> 1 file changed, 115

Re: [FFmpeg-devel] [PATCH 01/26] vaapi_encode_h264: Move options and common structures into context

2018-04-25 Thread Xiang, Haihao
> This will make it easier to support options in common between different > encoders. It also cleans up some of the field naming. > --- > libavcodec/vaapi_encode_h264.c | 228 +--- > - > 1 file changed, 115 insertions(+), 113 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 01/26] vaapi_encode_h264: Move options and common structures into context

2018-04-22 Thread Mark Thompson
This will make it easier to support options in common between different encoders. It also cleans up some of the field naming. --- libavcodec/vaapi_encode_h264.c | 228 + 1 file changed, 115 insertions(+), 113 deletions(-) diff --git