# HG changeset patch # User nicodvb # Date 1162939595 0 # Node ID 30091c3ad3cd580ab48ca1da77c722e480afed5d # Parent 0cae62928d7e3ccb25f807763f171826b54455f8 added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME diff -r 0cae62928d7e -r 30091c3ad3cd stream/stream.h --- a/stream/stream.h Tue Nov 07 21:09:10 2006 +0000 +++ b/stream/stream.h Tue Nov 07 22:46:35 2006 +0000 @@ -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"