]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
Revert "vout_pictures: Use unsigned for width and height in picture_Export."
[vlc] / include / vlc_picture.h
index 278754390b1cec0af4f6fec71c96607e866f40a1..f0575585ebba65aa465b3640644b8b8b6d5039a4 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, unsigned i_override_width, unsigned 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, int i_override_width, int i_override_height ) );
 
 /**
  * This function will setup all fields of a picture_t without allocating any