From 3226b23cb1cab3d149e9ead016bca7ed8400c909 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Tue, 11 Dec 2007 21:51:17 +0000 Subject: [PATCH] Remove double return in the Aspect Ratio change callback. --- src/video_output/vout_intf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c index 82b82def5f..82215cf93b 100644 --- a/src/video_output/vout_intf.c +++ b/src/video_output/vout_intf.c @@ -1144,8 +1144,6 @@ static int AspectCallback( vlc_object_t *p_this, char const *psz_cmd, var_Get( p_vout, "crop", &val ); return CropCallback( p_this, "crop", val, val, 0 ); - - return VLC_SUCCESS; } static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd, -- 2.39.2