From 3f9fe3b8a52c6d9bf711319be4bab7d9d448d971 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Mon, 24 Jun 2002 12:26:30 +0000 Subject: Add support for Quicktime "twos" audio. thanks to W.Michael Petullo CVS patchset: 2152 CVS date: 2002/06/24 12:26:30 --- src/xine-engine/buffer_types.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: @@ -420,6 +420,15 @@ static audio_db_t audio_db[] = { BUF_AUDIO_LPCM_BE, "Uncompressed PCM big endian" }, +{ + { + 0x01, + meFOURCC('t','w','o','s'), + 0 + }, + BUF_AUDIO_LPCM_BE, + "Uncompressed PCM big endian" +}, { { 0x01, -- cgit v1.2.3