From 52ed4de50d48141bda8f2300749ffa703b55be4b Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 24 Dec 2001 00:45:03 +0000 Subject: automatic still image detection - based on miguel's work but with modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested CVS patchset: 1294 CVS date: 2001/12/24 00:45:03 --- 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 480f1031e..0157c6a10 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.26 2001/12/01 22:38:32 guenter Exp $ + * $Id: buffer.h,v 1.27 2001/12/24 00:45:03 guenter Exp $ * * * contents: @@ -70,6 +70,7 @@ extern "C" { #define BUF_CONTROL_AUDIO_CHANNEL 0x01050000 #define BUF_CONTROL_SPU_CHANNEL 0x01060000 #define BUF_CONTROL_AVSYNC_RESET 0x01070000 +#define BUF_CONTROL_FLUSH 0x01080000 /* video buffer types: (please keep in sync with buffer_types.c) */ -- cgit v1.2.3