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"