[FFmpeg-devel] [PATCH V2 2/5] lavfi: use common VPP infrastructure for vf_scale_vaapi.

Jun Zhao mypopydev at gmail.com
Thu Jan 18 02:48:09 EET 2018



On 2018/1/18 8:29, Michael Niedermayer wrote:
> On Wed, Jan 17, 2018 at 10:49:01AM +0800, Jun Zhao wrote:
>>  Makefile         |    2 
>>  vf_scale_vaapi.c |  350 ++++++-------------------------------------------------
>>  2 files changed, 41 insertions(+), 311 deletions(-)
>> 1817904aa549f9226b7628eb3201dd8b88b6233d  0002-lavfi-use-common-VPP-infrastructure-for-vf_scale_vaa.patch
>> From 415c5da45adfb09b7f083e0d912be7033bd44876 Mon Sep 17 00:00:00 2001
>> From: Jun Zhao <jun.zhao at intel.com>
>> Date: Mon, 8 Jan 2018 16:02:35 +0800
>> Subject: [PATCH V2 2/5] lavfi: use common VPP infrastructure for
>>  vf_scale_vaapi.
>>
>> Use the common VPP infrastructure re-work vf_scale_vaapi.
>>
>> Signed-off-by: Jun Zhao <jun.zhao at intel.com>
>> ---
>>  libavfilter/Makefile         |   2 +-
>>  libavfilter/vf_scale_vaapi.c | 350 +++++--------------------------------------
>>  2 files changed, 41 insertions(+), 311 deletions(-)
> this togethger with patch one of the patchset fails to build
>
> AR	libavdevice/libavdevice.a
> CC	libavfilter/vaapi_vpp.o
> In file included from libavfilter/vaapi_vpp.c:25:0:
> libavfilter/vaapi_vpp.h:47:31: error: ‘VAProcFilterCount’ undeclared here (not in a function)
>      VABufferID         filter_buffers[VAProcFilterCount];
>                                ^
> libavfilter/vaapi_vpp.h:82:30: error: unknown type name ‘VAProcPipelineParameterBuffer’
Will double-check and fix the build fail, Thanks.
>
> [...]
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



More information about the ffmpeg-devel mailing list