]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
Use var_InheritString for --decklink-video-connection.
[vlc] / include / vlc_es.h
index 3d1ec2fc04e60fde3c4476c0c365a76e07409a73..556b4143f10582ce6caa5b359c71da07f04af316 100644 (file)
@@ -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
  */