[FFmpeg-devel] [PATCH v5 5/5] libavfilter: VAAPI surface scaler

Mark Thompson sw at jkqxz.net
Sat Jan 30 23:49:49 CET 2016


On 30/01/16 22:22, Paul B Mahol wrote:
> On 1/30/16, Mark Thompson <sw at jkqxz.net> wrote:
>>
>> ---
>>  configure                    |   3 +
>>  libavfilter/Makefile         |   1 +
>>  libavfilter/allfilters.c     |   1 +
>>  libavfilter/vf_vaapi_scale.c | 709
>> +++++++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 714 insertions(+)
>>  create mode 100644 libavfilter/vf_vaapi_scale.c
>>
> 
> missing documentation, how is this supposed to work?

Documentation has not yet been written because the interface is not yet finalised.  (True of the whole series.)

Can you clarify what "this" points to in that question?  (The documentation-writing, the filter itself, the submission process for this patch series, the unclear hardware context setup, ... ?)


On 30/01/16 22:24, Paul B Mahol wrote:
>
> [...]
>
> Please use NULL like other filter do.
>

Sure.  Changed for next version.


- Mark



More information about the ffmpeg-devel mailing list