[FFmpeg-devel] [PATCH 2/4] mpegutils: split debug function that prints mb_type so it may be used by ffprobe

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Jun 17 13:58:49 EEST 2018


2018-06-17 6:21 GMT+02:00, Ramiro Polla <ramiro.polla at gmail.com>:

> +int ff_mb_type_str(char *str, int size, int mb_type)

I don't think you can use "ff_" functions from a tool, you
have to make this part of the API afaict.

Carl Eugen


More information about the ffmpeg-devel mailing list