Re: [FFmpeg-devel] [PATCH] libx265: Add option to force IDR frames

2016-11-03 Thread Michael Niedermayer
On Wed, Nov 02, 2016 at 02:37:25PM +, Derek Buitenhuis wrote: > This is in the same the same vein as c981b1145a857c8f962c93b8eecb1c613b20ffe9. > > Signed-off-by: Derek Buitenhuis > --- > libavcodec/libx265.c | 5 - > libavcodec/version.h | 2 +- > 2 files changed, 5 insertions(+), 2 dele

[FFmpeg-devel] [PATCH] libx265: Add option to force IDR frames

2016-11-02 Thread Derek Buitenhuis
This is in the same the same vein as c981b1145a857c8f962c93b8eecb1c613b20ffe9. Signed-off-by: Derek Buitenhuis --- libavcodec/libx265.c | 5 - libavcodec/version.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c index d25be70