aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/console_video.h')
-rw-r--r--channels/console_video.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/channels/console_video.h b/channels/console_video.h
index beea23cb6..3d3975a67 100644
--- a/channels/console_video.h
+++ b/channels/console_video.h
@@ -33,12 +33,12 @@
#include <ffmpeg/swscale.h> /* requires a recent ffmpeg */
#endif
-#define CONSOLE_VIDEO_CMDS \
- "console {videodevice|videocodec|sendvideo" \
- "|video_size|bitrate|fps|qmin" \
- "|keypad|keypad_mask|keypad_entry" \
- "|sdl_videodriver" \
- "|device" \
+#define CONSOLE_VIDEO_CMDS \
+ "console {videodevice|videocodec" \
+ "|video_size|bitrate|fps|qmin" \
+ "|sendvideo|keypad" \
+ "|sdl_videodriver" \
+ "|device|startgui|stopgui" \
"}"
#endif /* HAVE_VIDEO_CONSOLE and others */