[FFmpeg-devel] [PATCH 10/35] fftools: provide media type info for devices

Nicolas George george at nsup.org
Tue Jun 8 14:57:04 EEST 2021


Diederick Niehorster (12021-06-08):
> fftools now print info about what media type(s), if any, are provided
> by sink and source avdevices. Furthermore, printing is done with
> av_log instead of printf as the latter doesn't handle characters in
> some device names correctly (e.g. "Microphone Array (Intel® Smart
> Sound Technology (Intel® SST))" is printed incorrectly).
> 
> Signed-off-by: Diederick Niehorster <dcnieho at gmail.com>
> ---
>  fftools/cmdutils.c | 41 +++++++++++++++++++++++++++++++----------
>  1 file changed, 31 insertions(+), 10 deletions(-)

The feature looks useful. But the printing must go to stdout, not to
logging, because it is meant to be readable by scripts.

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/20210608/40b854bd/attachment.sig>


More information about the ffmpeg-devel mailing list