changeset 25215:5a4fad628819

Remove last remains of long-gone VOCTRL_SCREENSHOT
author reimar
date Sun, 02 Dec 2007 13:53:03 +0000
parents f224379e8cb3
children 3aee342be929
files command.c libvo/video_out.h
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/command.c	Sun Dec 02 13:47:18 2007 +0000
+++ b/command.c	Sun Dec 02 13:53:03 2007 +0000
@@ -2722,7 +2722,7 @@
 		    ((vf_instance_t *) sh_video->vfilter)->
 		    control(sh_video->vfilter, VFCTRL_SCREENSHOT,
 			    &cmd->args[0].v.i))
-		    mpctx->video_out->control(VOCTRL_SCREENSHOT, NULL);
+		    mp_msg(MSGT_CPLAYER, MSGL_INFO, "failed (forgot -vf screenshot?)\n");
 	    }
 	    break;
 
--- a/libvo/video_out.h	Sun Dec 02 13:47:18 2007 +0000
+++ b/libvo/video_out.h	Sun Dec 02 13:53:03 2007 +0000
@@ -31,7 +31,6 @@
 #define VOCTRL_GUI_NOWINDOW 19
 /* used to switch to fullscreen */
 #define VOCTRL_FULLSCREEN 5
-#define VOCTRL_SCREENSHOT 6
 /* signal a device pause */
 #define VOCTRL_PAUSE 7
 /* start/resume playback */