From bc212e3500ef776f849a9ee6c04dfaa4994c62f6 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 27 May 2008 18:39:57 +0000 Subject: Add a slave command to stop stream playback. Mostly useful when used with -idle mode. Patch by Mathieu Schroeter ( mathieu dot schroeter at gamesover dot ch ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26909 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 57d32ffafa..947778a181 100644 --- a/mp_core.h +++ b/mp_core.h @@ -39,6 +39,7 @@ #define PT_PREV_SRC -2 #define PT_UP_NEXT 3 #define PT_UP_PREV -3 +#define PT_STOP 4 typedef struct MPContext { -- cgit v1.2.3