X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_es.h;h=556b4143f10582ce6caa5b359c71da07f04af316;hb=ade1b3cb6bd4dfd5e3eef3c811cd1b276e415eb0;hp=3d1ec2fc04e60fde3c4476c0c365a76e07409a73;hpb=8ddf6aa4f2bd2ace4ee96b07325f49530db64d1c;p=vlc diff --git a/include/vlc_es.h b/include/vlc_es.h index 3d1ec2fc04..556b4143f1 100644 --- a/include/vlc_es.h +++ b/include/vlc_es.h @@ -178,6 +178,11 @@ VLC_EXPORT( void, video_format_Setup, ( video_format_t *, vlc_fourcc_t i_chroma, */ VLC_EXPORT( bool, video_format_IsSimilar, ( const video_format_t *, const video_format_t * ) ); +/** + * It prints details about the given video_format_t + */ +VLC_EXPORT( void, video_format_Print, ( vlc_object_t *, const char *, const video_format_t * ) ); + /** * subtitles format description */