[brasero] Re-add a deprecated symbol but with a 0 value
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Re-add a deprecated symbol but with a 0 value
- Date: Thu, 24 Sep 2009 11:23:27 +0000 (UTC)
commit 6e96d4d2dc9c1d18ea9427a4ea508302b0bb6049
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Thu Sep 24 13:21:10 2009 +0200
Re-add a deprecated symbol but with a 0 value
libbrasero-burn/brasero-enums.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-enums.h b/libbrasero-burn/brasero-enums.h
index 232044a..9232cf2 100644
--- a/libbrasero-burn/brasero-enums.h
+++ b/libbrasero-burn/brasero-enums.h
@@ -138,7 +138,10 @@ typedef enum {
BRASERO_VIDEO_FORMAT_VCD = 1 << 8,
BRASERO_VIDEO_FORMAT_VIDEO_DVD = 1 << 9,
- BRASERO_METADATA_INFO = 1 << 10
+ BRASERO_METADATA_INFO = 1 << 10,
+
+ /* Deprecated */
+ BRASERO_AUDIO_FORMAT_4_CHANNEL = 0
} BraseroStreamFormat;
#define BRASERO_STREAM_FORMAT_AUDIO(stream_FORMAT) ((stream_FORMAT) & 0x007F)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]