summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xine-engine/buffer.h3
-rw-r--r--src/xine-engine/buffer_types.c9
2 files changed, 10 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 255c867e8..fa0087779 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.136 2004/03/09 04:09:42 tmmm Exp $
+ * $Id: buffer.h,v 1.137 2004/06/01 04:31:17 tmmm Exp $
*
*
* contents:
@@ -223,6 +223,7 @@ extern "C" {
#define BUF_AUDIO_4X_ADPCM 0x03310000
#define BUF_AUDIO_VMD 0x03320000
#define BUF_AUDIO_XAN_DPCM 0x03330000
+#define BUF_AUDIO_ALAC 0x03340000
/* spu buffer types: */
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index b18c1e662..48d1379a5 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -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_types.c,v 1.81 2004/05/27 10:59:08 miguelfreitas Exp $
+ * $Id: buffer_types.c,v 1.82 2004/06/01 04:31:17 tmmm Exp $
*
*
* contents:
@@ -952,6 +952,13 @@ static audio_db_t audio_db[] = {
BUF_AUDIO_SPEEX,
"Speex"
},
+{
+ {
+ 0
+ },
+ BUF_AUDIO_ALAC,
+ "Apple Lossless Audio Codec"
+},
{ { 0 }, 0, "last entry" }
};