summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-04-09 09:57:29 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-04-09 09:57:29 +0000
commitb2b139c81686dfd0fc2d12826dcd659b84143d01 (patch)
tree56796cedef3e13afd02b4664f163ae82fcaae3ab
parentfa9c252bf35af2a2298d00df79dc810ebef47074 (diff)
downloadxine-lib-b2b139c81686dfd0fc2d12826dcd659b84143d01.tar.gz
xine-lib-b2b139c81686dfd0fc2d12826dcd659b84143d01.tar.bz2
another real mimetype (this time from nautilus)
CVS patchset: 4576 CVS date: 2003/04/09 09:57:29
-rw-r--r--src/demuxers/demux_real.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c
index 1c50f247d..560f72e14 100644
--- a/src/demuxers/demux_real.c
+++ b/src/demuxers/demux_real.c
@@ -28,7 +28,7 @@
*
* Based on FFmpeg's libav/rm.c.
*
- * $Id: demux_real.c,v 1.46 2003/03/28 14:56:02 miguelfreitas Exp $
+ * $Id: demux_real.c,v 1.47 2003/04/09 09:57:29 guenter Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1269,7 +1269,8 @@ static char *get_extensions (demux_class_t *this_gen) {
static char *get_mimetypes (demux_class_t *this_gen) {
return "audio/x-pn-realaudio: ra, rm, ram: Real Media file;"
- "audio/x-pn-realaudio-plugin: rpm: Real Media plugin file;";
+ "audio/x-pn-realaudio-plugin: rpm: Real Media plugin file;"
+ "audio/x-real-audio: ra, rm, ram: Real Media file;";
}
static void class_dispose (demux_class_t *this_gen) {