From d304854a5b437f67ed935af15b85bd02e64b33dc Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 2 Jan 2005 17:25:22 +0000 Subject: **BUGFIX** add "m4a" to the known extensions for the QT demuxer (it is already listed in the output of get_mimetypes(), so this should be safe to add) CVS patchset: 7319 CVS date: 2005/01/02 17:25:22 --- 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 5b75dde2c..0ab3b545b 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -30,7 +30,7 @@ * build_frame_table * free_qt_info * - * $Id: demux_qt.c,v 1.196 2004/12/12 22:01:03 mroi Exp $ + * $Id: demux_qt.c,v 1.197 2005/01/02 17:25:22 mroi Exp $ * */ @@ -2984,7 +2984,7 @@ static char *get_identifier (demux_class_t *this_gen) { } static char *get_extensions (demux_class_t *this_gen) { - return "mov qt mp4"; + return "mov qt mp4 m4a"; } static char *get_mimetypes (demux_class_t *this_gen) { -- cgit v1.2.3