Update of /cvsroot/xine/xine-lib/src/demuxers
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6225

Modified Files:
        group_audio.c 
Log Message:
Reduce priority of aac demuxer, so that it doesn't crash when playing online 
streams that are mp3s (as well as other nasty things that happened before).


Index: group_audio.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/demuxers/group_audio.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- group_audio.c       26 Dec 2006 16:59:55 -0000      1.25
+++ group_audio.c       3 Mar 2007 02:06:09 -0000       1.26
@@ -36,7 +36,7 @@
  */
 
 static const demuxer_info_t demux_info_aac = {
-  0                       /* priority */
+  -1                      /* priority */
 };
 
 static const demuxer_info_t demux_info_ac3 = {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to