From d4819dcf190e78805e640d51ec4792b77fbd31b1 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Tue, 4 Jun 2002 01:36:32 +0000 Subject: added some more audio fourccs found in QT files CVS patchset: 2009 CVS date: 2002/06/04 01:36:32 --- src/xine-engine/buffer_types.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index e5a5b91c2..9c026775b 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.20 2002/06/03 16:20:36 miguelfreitas Exp $ + * $Id: buffer_types.c,v 1.21 2002/06/04 01:36:32 tmmm Exp $ * * * contents: @@ -398,7 +398,8 @@ static audio_db_t audio_db[] = { }, { { - 0x50, 0x55, 0 + 0x50, 0x55, + mmioFOURCC('.','m','p','3'), 0 }, BUF_AUDIO_MPEG, "MPEG layer 2/3" @@ -458,7 +459,9 @@ static audio_db_t audio_db[] = { { /* these formattags are used by Vorbis ACM encoder and supported by NanDub, a variant of VirtualDub. */ - 0x674f, 0x676f, 0x6750, 0x6770, 0x6751, 0x6771, 0 + 0x674f, 0x676f, 0x6750, 0x6770, 0x6751, 0x6771, + mmioFOURCC('O','g','g','S'), + 0 }, BUF_AUDIO_VORBIS, "OggVorbis Audio" -- cgit v1.2.3