summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-05-19 21:49:57 +0000
committerMike Melanson <mike@multimedia.cx>2003-05-19 21:49:57 +0000
commitca9de9d88617accb50fcac1b706f24472f7d2e66 (patch)
tree252f2e4e9992d397848f911179835a2207d30a8b /src
parent6d868ada49517cdab6da3895bc7635682c49801b (diff)
downloadxine-lib-ca9de9d88617accb50fcac1b706f24472f7d2e66.tar.gz
xine-lib-ca9de9d88617accb50fcac1b706f24472f7d2e66.tar.bz2
new MP3 fourcc
CVS patchset: 4877 CVS date: 2003/05/19 21:49:57
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/buffer_types.c3
1 files changed, 2 insertions, 1 deletions
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,