diff options
author | Brad Smith <brad@comstyle.com> | 2010-09-16 01:56:30 +0000 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2010-09-16 01:56:30 +0000 |
commit | 34c3a6dfb8448135c0aa8c9d8805cbff06b9e688 (patch) | |
tree | e7a8fca941235877ac0ad3d60f20a499cc6a256a | |
parent | 714cab339b43166682cc2bc297f9ba2b3c9f9edd (diff) | |
download | xine-lib-34c3a6dfb8448135c0aa8c9d8805cbff06b9e688.tar.gz xine-lib-34c3a6dfb8448135c0aa8c9d8805cbff06b9e688.tar.bz2 |
Add f4v/f4a file extensions to the Qt demuxer's MIME table
-rw-r--r-- | src/demuxers/demux_qt.c | 4 |
1 files 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) { |