summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-04-23 02:02:28 +0000
committerMike Melanson <mike@multimedia.cx>2005-04-23 02:02:28 +0000
commitdf3a9a4c266a854a44d988391bffe4e8b645c529 (patch)
treec91adaaec192ebcc02e2749eed0905a913b546f3 /src/xine-engine
parentfb1174e2386a77700f686d504650ab552988ba75 (diff)
downloadxine-lib-df3a9a4c266a854a44d988391bffe4e8b645c529.tar.gz
xine-lib-df3a9a4c266a854a44d988391bffe4e8b645c529.tar.bz2
patch for WMA9 lossless decoding via x86 binary codec, courtesy of
vahur.sinijarv at cydonia.ee CVS patchset: 7486 CVS date: 2005/04/23 02:02:28
Diffstat (limited to 'src/xine-engine')
-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 8c7477e64..dfb62f280 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.149 2005/04/20 01:03:59 tmmm Exp $
+ * $Id: buffer.h,v 1.150 2005/04/23 02:02:28 tmmm Exp $
*
*
* contents:
@@ -238,6 +238,7 @@ extern "C" {
#define BUF_AUDIO_MPC 0x03350000
#define BUF_AUDIO_SHORTEN 0x03360000
#define BUF_AUDIO_WESTWOOD_SND1 0x03370000
+#define BUF_AUDIO_WMALL 0x03380000
/* spu buffer types: */
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index def60d67f..f2025113d 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.96 2005/04/20 01:04:35 tmmm Exp $
+ * $Id: buffer_types.c,v 1.97 2005/04/23 02:02:28 tmmm Exp $
*
*
* contents:
@@ -778,6 +778,13 @@ static audio_db_t audio_db[] = {
},
{
{
+ 0x163, 0
+ },
+ BUF_AUDIO_WMALL,
+ "Windows Media Audio Lossless"
+},
+{
+ {
0xA, 0
},
BUF_AUDIO_WMAV,