[FFmpeg-user] Problem with -vf fillborders on 16 bit image

Ulf Zibis Ulf.Zibis at gmx.de
Thu Mar 14 13:00:28 EET 2019


Am 12.03.19 um 05:45 schrieb Gyan:

>
> No, in here:
>
> static const AVFilterPad fillborders_inputs[] = {
>     {
>         .name           = "default",
>         .type           = AVMEDIA_TYPE_VIDEO,
>         .config_props   = config_input,
>         .filter_frame   = filter_frame,
>         .needs_writable = 1,
>     },
>     { NULL }
> };

Ooh, much thanks for your finding Gyan.

I'm pretty sure I have searched the source code for "writable". I'm now
wondering why I didn't find anything. Maybe it was a typo like "writeble".

-Ulf



More information about the ffmpeg-user mailing list