Re: [FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Steven Liu
2017-07-07 7:37 GMT+08:00 Mark Thompson : > > > On 07/07/17 00:20, Steven Liu wrote: >> 2017-07-07 7:12 GMT+08:00 Mark Thompson : >>> On 06/07/17 23:32, Steven Liu wrote: 2017-07-06 19:51 GMT+08:00 Mark Thompson : > On 06/07/17 11:48, Steven Liu wrote: >> From: Steven Liu >> >

Re: [FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Mark Thompson
On 07/07/17 00:20, Steven Liu wrote: > 2017-07-07 7:12 GMT+08:00 Mark Thompson : >> On 06/07/17 23:32, Steven Liu wrote: >>> 2017-07-06 19:51 GMT+08:00 Mark Thompson : On 06/07/17 11:48, Steven Liu wrote: > From: Steven Liu > > user need to control the idr_interval for qsv hevc

Re: [FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Steven Liu
2017-07-07 7:12 GMT+08:00 Mark Thompson : > On 06/07/17 23:32, Steven Liu wrote: >> 2017-07-06 19:51 GMT+08:00 Mark Thompson : >>> On 06/07/17 11:48, Steven Liu wrote: From: Steven Liu user need to control the idr_interval for qsv hevc Signed-off-by: Steven Liu --- >

Re: [FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Mark Thompson
On 06/07/17 23:32, Steven Liu wrote: > 2017-07-06 19:51 GMT+08:00 Mark Thompson : >> On 06/07/17 11:48, Steven Liu wrote: >>> From: Steven Liu >>> >>> user need to control the idr_interval for qsv hevc >>> >>> Signed-off-by: Steven Liu >>> --- >>> libavcodec/qsvenc_hevc.c | 1 + >>> 1 file chang

Re: [FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Steven Liu
2017-07-06 19:51 GMT+08:00 Mark Thompson : > On 06/07/17 11:48, Steven Liu wrote: >> From: Steven Liu >> >> user need to control the idr_interval for qsv hevc >> >> Signed-off-by: Steven Liu >> --- >> libavcodec/qsvenc_hevc.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/libavcodec

Re: [FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Mark Thompson
On 06/07/17 11:48, Steven Liu wrote: > From: Steven Liu > > user need to control the idr_interval for qsv hevc > > Signed-off-by: Steven Liu > --- > libavcodec/qsvenc_hevc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c > index 7d

[FFmpeg-devel] [PATCH] avcodec/qsvenc_hevc: add idr_interval option

2017-07-06 Thread Steven Liu
From: Steven Liu user need to control the idr_interval for qsv hevc Signed-off-by: Steven Liu --- libavcodec/qsvenc_hevc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 7d4d55bb61..c063e27eea 100644 --- a/libavcodec/qsvenc_hevc.c