From baf143202f8271a0d642431b2c0c74f35d6d99a1 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 30 Aug 2002 14:19:48 +0000 Subject: 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 --- src/xine-engine/buffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/buffer.h') 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 */ /* -- cgit v1.2.3