diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-14 16:29:03 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-14 16:29:03 +0100 |
commit | c933983028f45ef90684a1794e2625ba5e5b6861 (patch) | |
tree | d5d8f0d3a0338492c0be949727f671dcfc562d95 | |
parent | cf6f5debd57c2cba3ad63a8d697d656b54cb94da (diff) | |
download | xine-lib-c933983028f45ef90684a1794e2625ba5e5b6861.tar.gz xine-lib-c933983028f45ef90684a1794e2625ba5e5b6861.tar.bz2 |
Extra MIME types for Quicktime/ISO media.
-rw-r--r-- | src/demuxers/demux_qt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index e51344798..1fa9b4327 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -3095,7 +3095,9 @@ static const char *get_mimetypes (demux_class_t *this_gen) { return "video/quicktime: mov,qt: Quicktime animation;" "video/x-quicktime: mov,qt: Quicktime animation;" "audio/x-m4a: m4a,m4b: MPEG-4 audio;" - "application/x-quicktimeplayer: qtl: Quicktime list;"; + "application/x-quicktimeplayer: qtl: Quicktime list;" + "video/mp4: mp4,mpg4: MPEG-4 video;" + "audio/mp4: mp4,mpg4: MPEG-4 audio;"; } static void class_dispose (demux_class_t *this_gen) { |