]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
video_format_Setup: set visible dimensions
[vlc] / include / vlc_es.h
index 3040c3857e1e387ab84dc6e381bf42d0856062d6..38d63da94b24a207fd5dff3cac8d3261a46c3791 100644 (file)
@@ -250,7 +250,9 @@ static inline void video_format_Clean( video_format_t *p_src )
  * It will fill up a video_format_t using the given arguments.
  * Note that the video_format_t must already be initialized.
  */
-VLC_API void video_format_Setup( video_format_t *, vlc_fourcc_t i_chroma, int i_width, int i_height, int i_sar_num, int i_sar_den );
+VLC_API void video_format_Setup( video_format_t *, vlc_fourcc_t i_chroma,
+    int i_width, int i_height, int i_visible_width, int i_visible_height,
+    int i_sar_num, int i_sar_den );
 
 /**
  * It will copy the crop properties from a video_format_t to another.