diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-07-16 13:41:30 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-07-16 13:41:30 +0100 |
commit | 73afa8058fdcd0fdb699c8d4802981980e28e0a5 (patch) | |
tree | 4d1c95fbc00ac68c2ee84e8695a3369f5b19fda5 | |
parent | 0eabb0332dd91fdcd5bccfbdd02862ae7d34f681 (diff) | |
download | xine-lib-73afa8058fdcd0fdb699c8d4802981980e28e0a5.tar.gz xine-lib-73afa8058fdcd0fdb699c8d4802981980e28e0a5.tar.bz2 |
Add FourCC code for Wavpack.
-rw-r--r-- | src/xine-engine/buffer_types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 688ed1609..5c3ddf65a 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -1140,7 +1140,7 @@ static const audio_db_t audio_db[] = { }, { { - 0 + ME_FOURCC('W', 'V', 'P', 'K'), }, BUF_AUDIO_WAVPACK, "Wavpack" |