From 34c3a6dfb8448135c0aa8c9d8805cbff06b9e688 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 16 Sep 2010 01:56:30 +0000 Subject: Add f4v/f4a file extensions to the Qt demuxer's MIME table --- src/demuxers/demux_qt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index bea9c3118..34681829e 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -3263,8 +3263,8 @@ static const char *get_mimetypes (demux_class_t *this_gen) { "video/x-quicktime: mov,qt: Quicktime animation;" "audio/x-m4a: m4a,m4b: MPEG-4 audio;" "application/x-quicktimeplayer: qtl: Quicktime list;" - "video/mp4: mp4,mpg4: MPEG-4 video;" - "audio/mp4: mp4,mpg4: MPEG-4 audio;"; + "video/mp4: f4v,mp4,mpg4: MPEG-4 video;" + "audio/mp4: f4a,mp4,mpg4: MPEG-4 audio;"; } static void class_dispose (demux_class_t *this_gen) { -- cgit v1.2.3