]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
Qt4: Fix FSController glitches on Linux/KDE
[vlc] / include / vlc_es.h
index 3c80d57b359053b7fe0ad4082073463e4a78c8f6..0b4101584739c07e67152c628dd1818b0fc60227 100644 (file)
@@ -177,6 +177,11 @@ VLC_EXPORT( void, video_format_Setup, ( video_format_t *, vlc_fourcc_t i_chroma,
  */
 VLC_EXPORT( void, video_format_CopyCrop, ( video_format_t *, const video_format_t * ) );
 
+/**
+ * It will compute the crop/ar properties when scaling.
+ */
+VLC_EXPORT( void, video_format_ScaleCropAr, ( video_format_t *, const video_format_t * ) );
+
 /**
  * This function will check if the first video format is similar
  * to the second one.