diff mp_core.h @ 26877:4ab1cfcee430

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 )
author ben
date Tue, 27 May 2008 18:39:57 +0000
parents f6accae8703b
children e7c989f7a7c9
line wrap: on
line diff
--- a/mp_core.h	Tue May 27 17:35:38 2008 +0000
+++ b/mp_core.h	Tue May 27 18:39:57 2008 +0000
@@ -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 {