When calling the related functions:
Code: Select all
/**
* Set new video aspect ratio.
*
* \param p_mi the media player
* \param psz_aspect new video aspect-ratio or NULL to reset to default
* \note Invalid aspect ratios are ignored.
*/
LIBVLC_API void libvlc_video_set_aspect_ratio( libvlc_media_player_t *p_mi, const char *psz_aspect );
Code: Select all
/**
* Set new crop filter geometry.
*
* \param p_mi the media player
* \param psz_geometry new crop filter geometry (NULL to unset)
*/
LIBVLC_API
void libvlc_video_set_crop_geometry( libvlc_media_player_t *p_mi, const char *psz_geometry );
Code: Select all
core vout display error: Failed to change source crop TODO implement crop at core
I'm working with Qt 4.8.6 for Windows, Linux and Mac. This problem only exists on Mac (for a long time actually).
Any answer bringing a bit light into this would be really helpful!
Thanks in advance,
Jörg