diff options
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/buffer.h | 3 | ||||
| -rw-r--r-- | src/xine-engine/buffer_types.c | 9 |
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, |
