From e48c0a4836842deed72c9ee64a2a8e2f2c6012a6 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Sat, 13 Nov 2004 02:38:15 +0000 Subject: .m4a is, more generically, MPEG-4 audio CVS patchset: 7117 CVS date: 2004/11/13 02:38:15 --- src/demuxers/demux_qt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index 4f6e8447c..a24fb0995 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.194 2004/11/12 11:25:02 athp Exp $ + * $Id: demux_qt.c,v 1.195 2004/11/13 02:38:15 athp Exp $ * */ @@ -2990,7 +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;" + "audio/x-m4a: m4a: MPEG-4 audio;" "application/x-quicktimeplayer: qtl: Quicktime list;"; } -- cgit v1.2.3