From df3a9a4c266a854a44d988391bffe4e8b645c529 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sat, 23 Apr 2005 02:02:28 +0000 Subject: 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 --- src/xine-engine/buffer.h | 3 ++- src/xine-engine/buffer_types.c | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'src/xine-engine') 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: @@ -776,6 +776,13 @@ static audio_db_t audio_db[] = { BUF_AUDIO_WMAV3, "Windows Media Audio v3" }, +{ + { + 0x163, 0 + }, + BUF_AUDIO_WMALL, + "Windows Media Audio Lossless" +}, { { 0xA, 0 -- cgit v1.2.3