summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-02-03 23:56:32 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-02-03 23:56:32 +0000
commit8f8c8599f637cabb9a3c617934023fd854647cc9 (patch)
treeee9a4e7b57787babe6e4aff3e291897058283e47
parent46a9c8c8821582ded1157d8a221638327f0bbaf8 (diff)
downloadxine-lib-8f8c8599f637cabb9a3c617934023fd854647cc9.tar.gz
xine-lib-8f8c8599f637cabb9a3c617934023fd854647cc9.tar.bz2
Broken MIME type.
CVS patchset: 8588 CVS date: 2007/02/03 23:56:32
-rw-r--r--src/demuxers/demux_mpgaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c
index 2db1336a0..346ed4093 100644
--- a/src/demuxers/demux_mpgaudio.c
+++ b/src/demuxers/demux_mpgaudio.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: demux_mpgaudio.c,v 1.146 2007/01/19 00:26:40 dgp85 Exp $
+ * $Id: demux_mpgaudio.c,v 1.147 2007/02/03 23:56:32 dsalt Exp $
*
* demultiplexer for mpeg audio (i.e. mp3) streams
*
@@ -1085,7 +1085,7 @@ static const char *get_mimetypes (demux_class_t *this_gen) {
"audio/x-mpeg3: mp3: MPEG audio;"
"audio/mpeg: mpa,abs,mpega: MPEG audio;"
"audio/x-mpeg: mpa,abs,mpega: MPEG audio;"
- "x-mpegurl: mp3: MPEG audio;"
+ "audio/x-mpegurl: mp3: MPEG audio;"
"audio/mpegurl: mp3: MPEG audio;"
"audio/mp3: mp3: MPEG audio;"
"audio/x-mp3: mp3: MPEG audio;";