[FFmpeg-devel] [PATCH 1/6] avfilter/internal: Replace AVFilterPad.needs_writable by flags
Nicolas George
george at nsup.org
Tue Aug 17 10:47:14 EEST 2021
Andreas Rheinhardt (12021-08-17):
> It will be useful in the future when more flags are added.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavfilter/af_anequalizer.c | 2 +-
> libavfilter/af_channelmap.c | 2 +-
> libavfilter/af_firequalizer.c | 2 +-
> libavfilter/avfilter.c | 2 +-
> libavfilter/f_reverse.c | 2 +-
> libavfilter/internal.h | 21 +++++++++++++--------
> libavfilter/vf_chromakey.c | 4 ++--
> libavfilter/vf_codecview.c | 2 +-
> libavfilter/vf_colorcontrast.c | 2 +-
> libavfilter/vf_colorcorrect.c | 2 +-
> libavfilter/vf_colorize.c | 2 +-
> libavfilter/vf_colorkey.c | 2 +-
> libavfilter/vf_colortemperature.c | 2 +-
> libavfilter/vf_datascope.c | 2 +-
> libavfilter/vf_despill.c | 2 +-
> libavfilter/vf_drawbox.c | 4 ++--
> libavfilter/vf_drawtext.c | 2 +-
> libavfilter/vf_elbg.c | 2 +-
> libavfilter/vf_exposure.c | 2 +-
> libavfilter/vf_fade.c | 2 +-
> libavfilter/vf_fillborders.c | 2 +-
> libavfilter/vf_lumakey.c | 2 +-
> libavfilter/vf_maskfun.c | 2 +-
> libavfilter/vf_monochrome.c | 2 +-
> libavfilter/vf_subtitles.c | 2 +-
> libavfilter/vf_swaprect.c | 2 +-
> libavfilter/vf_vibrance.c | 2 +-
> 27 files changed, 41 insertions(+), 36 deletions(-)
LGTM. I do not maintain most of these files, but it it straightforward
enough.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210817/ea8d3281/attachment.sig>
More information about the ffmpeg-devel
mailing list