[brasero/gnome-2-30] Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumst



commit 416ea1905d03924fd1738ff9c7277d2b39cdfc10
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat May 15 18:01:28 2010 +0200

    Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumstances

 libbrasero-burn/brasero-enums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-enums.h b/libbrasero-burn/brasero-enums.h
index 4550c34..30e9125 100644
--- a/libbrasero-burn/brasero-enums.h
+++ b/libbrasero-burn/brasero-enums.h
@@ -147,7 +147,7 @@ typedef enum {
 	BRASERO_AUDIO_FORMAT_4_CHANNEL		= 0
 } BraseroStreamFormat;
 
-#define BRASERO_STREAM_FORMAT_AUDIO(stream_FORMAT)	((stream_FORMAT) & 0x007F)
+#define BRASERO_STREAM_FORMAT_AUDIO(stream_FORMAT)	((stream_FORMAT) & 0x087F)
 #define BRASERO_STREAM_FORMAT_VIDEO(stream_FORMAT)	((stream_FORMAT) & 0x0380)
 
 #define	BRASERO_MIN_STREAM_LENGTH			((gint64) 6 * 1000000000LL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]