Mercurial > mplayer.hg
changeset 21657:5f5ed194b54b
new STREAM_CTRL_GET_SIZE to get size of output stream
author | nicodvb |
---|---|
date | Mon, 18 Dec 2006 20:54:38 +0000 |
parents | 32c50eb3ff18 |
children | 110286e8bbec |
files | stream/stream.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream.h Mon Dec 18 20:53:40 2006 +0000 +++ b/stream/stream.h Mon Dec 18 20:54:38 2006 +0000 @@ -58,6 +58,7 @@ #define STREAM_CTRL_GET_NUM_CHAPTERS 4 #define STREAM_CTRL_GET_CURRENT_TIME 5 #define STREAM_CTRL_SEEK_TO_TIME 6 +#define STREAM_CTRL_GET_SIZE 7 #ifdef MPLAYER_NETWORK #include "network.h"