Re: [libav-devel] [PATCH 1/5] vaapi_h264: Add support for VUI parameters

2016-06-09 Thread Mark Thompson
On 09/06/16 08:10, Anton Khirnov wrote: > Quoting Mark Thompson (2016-06-01 00:29:19) >> Supports aspect ratio, colour format and timing information. >> --- >> libavcodec/vaapi_encode_h264.c | 126 >> - >> 1 file changed, 124 insertions(+), 2 deletions(-) >

Re: [libav-devel] [PATCH 1/5] vaapi_h264: Add support for VUI parameters

2016-06-09 Thread Anton Khirnov
Quoting Mark Thompson (2016-06-01 00:29:19) > Supports aspect ratio, colour format and timing information. > --- > libavcodec/vaapi_encode_h264.c | 126 > - > 1 file changed, 124 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/vaapi_encode_h264.c

[libav-devel] [PATCH 1/5] vaapi_h264: Add support for VUI parameters

2016-05-31 Thread Mark Thompson
Supports aspect ratio, colour format and timing information. --- libavcodec/vaapi_encode_h264.c | 126 - 1 file changed, 124 insertions(+), 2 deletions(-) diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c index 2341b12..139e6e9 10