Re: [FFmpeg-devel] [PATCH 2/2] lavc/qsvenc: add the Access Unit Delimiter NAL Unit support

2018-03-16 Thread Li, Zhong
> From: Steven Liu [mailto:l...@chinaffmpeg.org] > Sent: Friday, March 16, 2018 4:34 PM > To: FFmpeg development discussions and patches > <ffmpeg-devel@ffmpeg.org> > Cc: Steven Liu <l...@chinaffmpeg.org>; Li, Zhong <zhong...@intel.com> > Subject: Re: [FFmpeg

Re: [FFmpeg-devel] [PATCH 2/2] lavc/qsvenc: add the Access Unit Delimiter NAL Unit support

2018-03-16 Thread Steven Liu
> On 16 Mar 2018, at 13:53, Zhong Li wrote: > > Signed-off-by: Zhong Li > --- > libavcodec/qsvenc.c | 1 + > libavcodec/qsvenc.h | 2 ++ > libavcodec/qsvenc_h264.c | 2 ++ > 3 files changed, 5 insertions(+) > > diff --git a/libavcodec/qsvenc.c

[FFmpeg-devel] [PATCH 2/2] lavc/qsvenc: add the Access Unit Delimiter NAL Unit support

2018-03-15 Thread Zhong Li
Signed-off-by: Zhong Li --- libavcodec/qsvenc.c | 1 + libavcodec/qsvenc.h | 2 ++ libavcodec/qsvenc_h264.c | 2 ++ 3 files changed, 5 insertions(+) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index 0d2e223..afb953e 100644 --- a/libavcodec/qsvenc.c +++