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
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".