summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h2
-rw-r--r--include/xine/buffer.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/xine.h b/include/xine.h
index 29c9d6429..86220388d 100644
--- a/include/xine.h
+++ b/include/xine.h
@@ -963,6 +963,8 @@ const char *xine_get_meta_info (xine_stream_t *stream, int info) XINE_PROTECTE
#define XINE_META_INFO_PART 23
#define XINE_META_INFO_PARTNUMBER 24
#define XINE_META_INFO_LOCATION 25
+/* post-1.1.18.1 */
+#define XINE_META_INFO_DISCNUMBER 26
/*********************************************************************
diff --git a/include/xine/buffer.h b/include/xine/buffer.h
index 1a51da6c3..35c793439 100644
--- a/include/xine/buffer.h
+++ b/include/xine/buffer.h
@@ -266,6 +266,7 @@ extern "C" {
#define BUF_AUDIO_MP3ADU 0x033E0000
#define BUF_AUDIO_AMR_NB 0x033F0000
#define BUF_AUDIO_AMR_WB 0x03400000
+#define BUF_AUDIO_EAC3 0x03410000
/*@}*/
/**