From ca9de9d88617accb50fcac1b706f24472f7d2e66 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Mon, 19 May 2003 21:49:57 +0000 Subject: new MP3 fourcc CVS patchset: 4877 CVS date: 2003/05/19 21:49:57 --- src/xine-engine/buffer_types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index b852d7c1a..cb438b70d 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.62 2003/05/13 05:08:56 tmmm Exp $ + * $Id: buffer_types.c,v 1.63 2003/05/19 21:49:57 tmmm Exp $ * * * contents: @@ -579,6 +579,7 @@ static audio_db_t audio_db[] = { 0x50, 0x55, meFOURCC('.','m','p','3'), meFOURCC('m', 's', 0, 0x55), + meFOURCC('M','P','3',' '), 0 }, BUF_AUDIO_MPEG, -- cgit v1.2.3