]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-kvazaar.patch
- added kvazaar patch (update to kvazaar 0.7.x API), enable kvazaar support
[packages/ffmpeg.git] / ffmpeg-kvazaar.patch
1 --- ffmpeg-2.8/libavcodec/libkvazaar.c.orig     2015-09-09 03:17:45.000000000 +0200
2 +++ ffmpeg-2.8/libavcodec/libkvazaar.c  2015-10-15 16:14:57.344277118 +0200
3 @@ -173,7 +173,7 @@
4          }
5      }
6  
7 -    if (!ctx->api->encoder_encode(ctx->encoder, img_in, &data_out, &len_out, NULL)) {
8 +    if (!ctx->api->encoder_encode(ctx->encoder, img_in, &data_out, &len_out, NULL, NULL, NULL)) {
9          av_log(avctx, AV_LOG_ERROR, "Failed to encode frame.\n");
10          retval = AVERROR_EXTERNAL;
11          goto done;
This page took 0.21374 seconds and 3 git commands to generate.