]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
vout_pictures: Use unsigned for width and height in picture_Export.
[vlc] / include / vlc_picture.h
index ae7c84a6d9bbad2fc17c72e61f8c1eeb3edc89dc..621b65951b6883b2b3448254ef7349e4c6ed2879 100644 (file)
@@ -281,7 +281,7 @@ static inline void picture_Copy( picture_t *p_dst, const picture_t *p_src )
  * picture to be encoded. If at most one of them is > 0 then the picture aspect
  * ratio will be kept.
  */
-VLC_EXPORT( int, picture_Export, ( vlc_object_t *p_obj, block_t **pp_image, video_format_t *p_fmt, picture_t *p_picture, vlc_fourcc_t i_format, int i_override_width, int i_override_height ) );
+VLC_EXPORT( int, picture_Export, ( vlc_object_t *p_obj, block_t **pp_image, video_format_t *p_fmt, picture_t *p_picture, vlc_fourcc_t i_format, unsigned i_override_width, unsigned i_override_height ) );
 
 /**
  * This function will setup all fields of a picture_t without allocating any