diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-08-30 14:19:48 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-08-30 14:19:48 +0000 |
commit | baf143202f8271a0d642431b2c0c74f35d6d99a1 (patch) | |
tree | 6a817227e10728a3ed648b35f12664a562c541ff /src/xine-engine/buffer.h | |
parent | 5ce182a1f7ea129790559637b00adf235e0ae635 (diff) | |
download | xine-lib-baf143202f8271a0d642431b2c0c74f35d6d99a1.tar.gz xine-lib-baf143202f8271a0d642431b2c0c74f35d6d99a1.tar.bz2 |
Add two new xine events: inform UI when vo output is needed or not (it's the
job of demuxers to send this NO_VIDEO event, and mpgaudio is the only one which
implement that yet).
CVS patchset: 2563
CVS date: 2002/08/30 14:19:48
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 5ed7c3c53..aaeec218f 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.65 2002/08/29 06:06:03 tmmm Exp $ + * $Id: buffer.h,v 1.66 2002/08/30 14:19:48 f1rmb Exp $ * * * contents: @@ -210,6 +210,7 @@ struct buf_element_s { #define BUF_FLAG_FRAMERATE 0x0080 #define BUF_FLAG_SEEK 0x0100 #define BUF_FLAG_SPECIAL 0x0200 +#define BUF_FLAG_NO_VIDEO 0x0400 /* these are the types of special buffers */ /* |