Update of /cvsroot/xine/xine-lib/src/demuxers In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7137/src/demuxers
Modified Files: demux_qt.c Log Message: Add support for m4b extension to the Qt demuxer, to be able to play audiobooks in AAC format. This still requires to be tested with encrypted audiobooks to make sure they fail gracefully. Index: demux_qt.c =================================================================== RCS file: /cvsroot/xine/xine-lib/src/demuxers/demux_qt.c,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- demux_qt.c 10 Jul 2006 22:08:13 -0000 1.210 +++ demux_qt.c 10 Jul 2006 22:17:49 -0000 1.211 @@ -3054,13 +3054,13 @@ } static char *get_extensions (demux_class_t *this_gen) { - return "mov qt mp4 m4a"; + return "mov qt mp4 m4a m4b"; } 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 audio;" + "audio/x-m4a: m4a,m4b: MPEG-4 audio;" "application/x-quicktimeplayer: qtl: Quicktime list;"; } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Xine-cvslog mailing list Xine-cvslog@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xine-cvslog