From f8bea9a0826229b9ef1567b480a509a7c11e8db6 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Tue, 7 Nov 2006 22:46:35 +0000 Subject: [PATCH] added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20760 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream/stream.h b/stream/stream.h index b85db830f7..3ea8d5f375 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -56,6 +56,8 @@ #define STREAM_CTRL_SEEK_TO_CHAPTER 2 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3 #define STREAM_CTRL_GET_NUM_CHAPTERS 4 +#define STREAM_CTRL_GET_CURRENT_TIME 5 +#define STREAM_CTRL_SEEK_TO_TIME 6 #ifdef MPLAYER_NETWORK #include "network.h"