[brasero] Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumst
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumst
- Date: Sat, 15 May 2010 19:33:01 +0000 (UTC)
commit d093550e62562ba175719d7d1a88cdc3cb436507
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]