openbsd-ports/multimedia/xine-lib/patches/patch-src_demuxers_demux_qt_c

24 lines
989 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_demuxers_demux_qt_c,v 1.12 2011/04/15 23:22:31 sthen Exp $
--- src/demuxers/demux_qt.c.orig Sat Jul 24 18:21:31 2010
+++ src/demuxers/demux_qt.c Fri Apr 15 17:46:25 2011
@@ -3255,7 +3255,7 @@ static const char *get_identifier (demux_class_t *this
}
static const char *get_extensions (demux_class_t *this_gen) {
- return "mov qt qtl mp4 m4a m4b";
+ return "mov qt qtl mp4 m4a m4b f4a f4v";
}
static const char *get_mimetypes (demux_class_t *this_gen) {
@@ -3263,8 +3263,8 @@ static const char *get_mimetypes (demux_class_t *this_
"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) {