diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-09 09:57:29 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-09 09:57:29 +0000 |
commit | b2b139c81686dfd0fc2d12826dcd659b84143d01 (patch) | |
tree | 56796cedef3e13afd02b4664f163ae82fcaae3ab | |
parent | fa9c252bf35af2a2298d00df79dc810ebef47074 (diff) | |
download | xine-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.c | 5 |
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) { |