[FFmpeg-devel] [PATCH 2/4] avfilter: add AVFILTER_FLAG_META

Nicolas George george at nsup.org
Sat Nov 27 14:10:09 EET 2021


Anton Khirnov (12021-11-24):
> Maybe. I named it FLAG_METADATA first, but then started wondering
> whether people wouldn't associate it with just AVFrame.metadata rather
> than all other 'meta' fields.
> More opinions on this (and also the exact definition of this flag)
> welcome.

I usually name these filters "utility filters".

Note that there are also "information filters" that modify neither the
frame data nor the metadata and just extract and prints information. (We
still need a framework to let users reliably extract that information,
just printing in the log is not sustainable, and neither is each filter
inventing it own solution. But that would require an unified efficient
string API.)

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/20211127/f76791dd/attachment.sig>


More information about the ffmpeg-devel mailing list