From 08b4af80fac1446b54413219173aeb2e64d8f99d Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 6 Jun 2002 07:13:57 +0000 Subject: add mute support ( step 1 ) and fixed panscan bugs (1000l for me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6312 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 462c142b62..c989c8f585 100644 --- a/input/input.h +++ b/input/input.h @@ -27,6 +27,7 @@ #define MP_CMD_DVDNAV 22 #define MP_CMD_SCREENSHOT 23 #define MP_CMD_PANSCAN 24 +#define MP_CMD_MUTE 25 #define MP_CMD_GUI_EVENTS 5000 #define MP_CMD_GUI_LOADFILE 5001 -- cgit v1.2.3