summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_qt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 0c97ae9c5..4f6e8447c 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.193 2004/10/16 10:38:14 tmattern Exp $
+ * $Id: demux_qt.c,v 1.194 2004/11/12 11:25:02 athp Exp $
*
*/
@@ -2990,6 +2990,7 @@ static char *get_extensions (demux_class_t *this_gen) {
static 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: MPEG-4 Advanced Audio Coding;"
"application/x-quicktimeplayer: qtl: Quicktime list;";
}