[vlc-commits] caca: do not pretend to support resize

Rémi Denis-Courmont git at videolan.org
Thu Oct 16 19:26:14 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct 15 22:13:22 2014 +0300| [e92fbab66cf7f257ae9a3fefe73eea18b478d6f3] | committer: Rémi Denis-Courmont

caca: do not pretend to support resize

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e92fbab66cf7f257ae9a3fefe73eea18b478d6f3
---

 modules/video_output/caca.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/caca.c b/modules/video_output/caca.c
index 05d854b..c93f566 100644
--- a/modules/video_output/caca.c
+++ b/modules/video_output/caca.c
@@ -323,7 +323,7 @@ static int Control(vout_display_t *vd, int query, va_list args)
     case VOUT_DISPLAY_CHANGE_ZOOM:
     case VOUT_DISPLAY_CHANGE_DISPLAY_FILLED:
     case VOUT_DISPLAY_CHANGE_SOURCE_ASPECT:
-        return VLC_SUCCESS;
+        return VLC_EGENERIC;
 
     case VOUT_DISPLAY_CHANGE_SOURCE_CROP:
         if (sys->dither)



More information about the vlc-commits mailing list