diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2003-06-16 16:42:51 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2003-06-16 16:42:51 +0000 |
commit | f85e001864873b52e96f906d44340d2b22c344a4 (patch) | |
tree | e2d185c09984a4d901564b03875dca16859ce152 /src/demuxers/demux_real.c | |
parent | 168e5d883fba0eaa89fa44febe5b2642d51d4d44 (diff) | |
download | xine-lib-f85e001864873b52e96f906d44340d2b22c344a4.tar.gz xine-lib-f85e001864873b52e96f906d44340d2b22c344a4.tar.bz2 |
Patch from Jeroen Asselman:
- fixes mimetype in realaudio demuxer
- big improvement of v4l input and associated
demuxer. Including sound capture using alsa
and a/v sync. Now radio is supported as well.
CVS patchset: 5054
CVS date: 2003/06/16 16:42:51
Diffstat (limited to 'src/demuxers/demux_real.c')
-rw-r--r-- | src/demuxers/demux_real.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c index 58de9e532..b8bdc65a7 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.56 2003/05/29 00:13:11 jstembridge Exp $ + * $Id: demux_real.c,v 1.57 2003/06/16 16:42:51 holstsn Exp $ */ #ifdef HAVE_CONFIG_H @@ -1416,7 +1416,7 @@ 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-real-audio: ra, rm, ram: Real Media file;" - "application/vnd.rn-realmedia ra, rm, ram: Real Media file;"; + "application/vnd.rn-realmedia: ra, rm, ram: Real Media file;"; } static void class_dispose (demux_class_t *this_gen) { |