Mercurial > mplayer.hg
changeset 19475:1f117b5fb5a1
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
author | nicodvb |
---|---|
date | Mon, 21 Aug 2006 19:10:18 +0000 |
parents | 07209f48e527 |
children | edab36622800 |
files | stream/stream.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream.h Mon Aug 21 16:33:13 2006 +0000 +++ b/stream/stream.h Mon Aug 21 19:10:18 2006 +0000 @@ -54,6 +54,7 @@ #define STREAM_CTRL_GET_TIME_LENGTH 1 #define STREAM_CTRL_SEEK_TO_CHAPTER 2 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3 +#define STREAM_CTRL_GET_NUM_CHAPTERS 4 #ifdef MPLAYER_NETWORK #include "network.h"