Re: [FFmpeg-devel] [PATCH 1/7] libkvazaar: Update to work with the latest version

2015-09-28 Thread Arttu Ylä-Outinen
On 2015-09-28 15:09, Carl Eugen Hoyos wrote: I believe the patch is missing a change to configure: Please make sure that configure --enable-libkvazaar fails if compilation would fail later because a too old version of libkvazaar is installed. Okay, I'll add a version check. - Arttu ___

Re: [FFmpeg-devel] [PATCH 1/7] libkvazaar: Update to work with the latest version

2015-09-28 Thread Carl Eugen Hoyos
Arttu Ylä-Outinen tut.fi> writes: > Function encoder_encode in Kvazaar API was changed I believe the patch is missing a change to configure: Please make sure that configure --enable-libkvazaar fails if compilation would fail later because a too old version of libkvazaar is installed. Carl Eug

[FFmpeg-devel] [PATCH 1/7] libkvazaar: Update to work with the latest version

2015-09-28 Thread Arttu Ylä-Outinen
Function encoder_encode in Kvazaar API was changed to have new output parameters: source picture and frame info. Frame info is used to set the keyframe flag and source picture is ignored. Signed-off-by: Arttu Ylä-Outinen --- libavcodec/libkvazaar.c | 16 +++- 1 file changed, 15 ins