Commit 3226b23c authored by Antoine Cellerier's avatar Antoine Cellerier

Remove double return in the Aspect Ratio change callback.

parent 7db31626
...@@ -1144,8 +1144,6 @@ static int AspectCallback( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1144,8 +1144,6 @@ static int AspectCallback( vlc_object_t *p_this, char const *psz_cmd,
var_Get( p_vout, "crop", &val ); var_Get( p_vout, "crop", &val );
return CropCallback( p_this, "crop", val, val, 0 ); return CropCallback( p_this, "crop", val, val, 0 );
return VLC_SUCCESS;
} }
static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd, static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment