Re: [FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread Michael Niedermayer
On Fri, Mar 04, 2016 at 05:08:07PM +0100, Timo Rothenpieler wrote: > > breaks build here > > > > libavcodec/nvenc.c: In function ‘nvenc_encode_init’: > > libavcodec/nvenc.c:952:56: error: ‘NV_ENC_CONFIG_HEVC’ has no member named > > ‘hevcVUIParameters’ > > libavcodec/nvenc.c:953:56: error: ‘NV_EN

Re: [FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread Timo Rothenpieler
> breaks build here > > libavcodec/nvenc.c: In function ‘nvenc_encode_init’: > libavcodec/nvenc.c:952:56: error: ‘NV_ENC_CONFIG_HEVC’ has no member named > ‘hevcVUIParameters’ > libavcodec/nvenc.c:953:56: error: ‘NV_ENC_CONFIG_HEVC’ has no member named > ‘hevcVUIParameters’ > libavcodec/nvenc.c:

Re: [FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread Michael Niedermayer
On Fri, Mar 04, 2016 at 10:51:10AM +0100, Timo Rothenpieler wrote: > >> > >> In case of the git send-email sends corrupted patch again, I attach the > >> original patch file. > >> > >> Agatha Hu > >> > > > > That's strange, does anyone received my patch sent at 17:22 GMT+8? > > Looks like the fir

Re: [FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread Timo Rothenpieler
>> >> In case of the git send-email sends corrupted patch again, I attach the >> original patch file. >> >> Agatha Hu >> > > That's strange, does anyone received my patch sent at 17:22 GMT+8? > Looks like the first mail (sent by git sent-email, no attachment) was somehow > blocked. > > Agatha H

Re: [FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread ahu
On 2016年03月04日 17:26, ahu wrote: > > On 2016年03月04日 17:22, ahu wrote: >> --- >> libavcodec/nvenc.c | 27 +++ >> 1 file changed, 23 insertions(+), 4 deletions(-) >> >> diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c >> index a3b02fa..5d78930 100644 >> --- a/libavcodec/

Re: [FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread ahu
On 2016年03月04日 17:22, ahu wrote: > --- > libavcodec/nvenc.c | 27 +++ > 1 file changed, 23 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > index a3b02fa..5d78930 100644 > --- a/libavcodec/nvenc.c > +++ b/libavcodec/nvenc.c > In

[FFmpeg-devel] [PATCH] nvenc Fix H264 and HEVC vui info update

2016-03-04 Thread ahu
--- libavcodec/nvenc.c | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index a3b02fa..5d78930 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -868,14 +868,19 @@ static av_cold int nvenc_encode_init