Mercurial > mplayer.hg
changeset 19437:c73bf418b291
new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
author | nicodvb |
---|---|
date | Fri, 18 Aug 2006 18:58:38 +0000 |
parents | e451718727d9 |
children | 263e95c47aec |
files | stream/stream.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream.h Fri Aug 18 16:52:23 2006 +0000 +++ b/stream/stream.h Fri Aug 18 18:58:38 2006 +0000 @@ -53,6 +53,7 @@ #define STREAM_CTRL_RESET 0 #define STREAM_CTRL_GET_TIME_LENGTH 1 #define STREAM_CTRL_SEEK_TO_CHAPTER 2 +#define STREAM_CTRL_GET_CURRENT_CHAPTER 3 #ifdef MPLAYER_NETWORK #include "network.h"