diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-06-24 12:26:30 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-06-24 12:26:30 +0000 |
commit | 3f9fe3b8a52c6d9bf711319be4bab7d9d448d971 (patch) | |
tree | cc9f89c74d3631f9f73c39404546f183ce12a09c | |
parent | b6a8cb15864d111eec896c5192445b51aeb6509a (diff) | |
download | xine-lib-3f9fe3b8a52c6d9bf711319be4bab7d9d448d971.tar.gz xine-lib-3f9fe3b8a52c6d9bf711319be4bab7d9d448d971.tar.bz2 |
Add support for Quicktime "twos" audio.
thanks to W.Michael Petullo <mike@flyn.org>
CVS patchset: 2152
CVS date: 2002/06/24 12:26:30
-rw-r--r-- | src/xine-engine/buffer_types.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 4967746a5..78cb7dba7 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.25 2002/06/08 19:45:19 tmmm Exp $ + * $Id: buffer_types.c,v 1.26 2002/06/24 12:26:30 jcdutton Exp $ * * * contents: @@ -423,6 +423,15 @@ static audio_db_t audio_db[] = { { { 0x01, + meFOURCC('t','w','o','s'), + 0 + }, + BUF_AUDIO_LPCM_BE, + "Uncompressed PCM big endian" +}, +{ + { + 0x01, meFOURCC('r','a','w',' '), 0 }, |