Re: [libav-devel] [PATCH 12/14] vaapi_h265: Add support for AUD NAL units

2017-08-12 Thread Anton Khirnov
Quoting Mark Thompson (2017-08-11 01:37:07) > Matching the H.264 encoder. > --- Looks ok -- Anton Khirnov ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 12/14] vaapi_h265: Add support for AUD NAL units

2017-08-10 Thread Mark Thompson
Matching the H.264 encoder. --- Unchanged. libavcodec/vaapi_encode_h265.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c index f441e0370..0ebeeb693 100644 ---