Mercurial > mplayer.hg
changeset 20744:30091c3ad3cd
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
author | nicodvb |
---|---|
date | Tue, 07 Nov 2006 22:46:35 +0000 |
parents | 0cae62928d7e |
children | e9dacb4f9096 |
files | stream/stream.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"