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

Rémi Denis-Courmont git at videolan.org
Mon Oct 20 19:05:50 CEST 2014


vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct 15 22:13:22 2014 +0300| [89f1948974625389eb9b46141496851c654cf407] | committer: Jean-Baptiste Kempf

caca: do not pretend to support resize

(cherry picked from commit e92fbab66cf7f257ae9a3fefe73eea18b478d6f3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 2958abd..4b39e45 100644
--- a/modules/video_output/caca.c
+++ b/modules/video_output/caca.c
@@ -331,7 +331,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