Re: [libav-devel] [PATCH 1/2] vaapi_encode: Support forcing IDR frames via AVFrame.pict_type

2016-12-13 Thread Luca Barbato
On 12/12/2016 22:25, Mark Thompson wrote: > --- > Makes it easier to hit the problem in > > (previously we only truncated at the end), so that should be applied first. > Probably Ok. _

[libav-devel] [PATCH 1/2] vaapi_encode: Support forcing IDR frames via AVFrame.pict_type

2016-12-12 Thread Mark Thompson
--- Makes it easier to hit the problem in (previously we only truncated at the end), so that should be applied first. libavcodec/vaapi_encode.c | 20 libavcodec/vaapi_encode.h | 2 +- 2 files changed