# HG changeset patch
# User Darren Salt <[EMAIL PROTECTED]>
# Date 1181330964 -3600
# Node ID ae14bcd6f0772c0ac8246054332defd8bcc9c7f7
# Parent  eeb49a179e9a6d868a06c4491f1307bba7d06e06
Treat .ra and .rm as binary.

diff -r ae14bcd6f0772c0ac8246054332defd8bcc9c7f7 -r 
eeb49a179e9a6d868a06c4491f1307bba7d06e06 ChangeLog
--- a/ChangeLog Fri Jun 08 20:29:24 2007 +0100
+++ b/ChangeLog Fri Jun 08 20:28:23 2007 +0100
@@ -86,6 +86,7 @@ 0.5.900:2007/??/??
        * Made the run-time time elapsed/remaining toggle global, as it
          probably should have been to start with.
        * --help now lists the available video and audio output plugins.
+       * Treat .ra and .rm as binary.
 
 0.5.11:        2007/02/01
        [dsalt]
diff -r ae14bcd6f0772c0ac8246054332defd8bcc9c7f7 -r 
eeb49a179e9a6d868a06c4491f1307bba7d06e06 src/playlist.c
--- a/src/playlist.c    Fri Jun 08 20:29:24 2007 +0100
+++ b/src/playlist.c    Fri Jun 08 20:28:23 2007 +0100
@@ -1358,8 +1358,8 @@ static int playlist_add_playlist_mrl (co
     if (!strncasecmp (extension, ".m3u", 4))
       return playlist_load_m3u (mrl, ins_pos);
 
-    if (!strcasecmp (extension, ".ra") ||
-       !strcasecmp (extension, ".rm") ||
+    if (/*!strcasecmp (extension, ".ra") ||*/
+       /*!strcasecmp (extension, ".rm") ||*/
        !strncasecmp (extension, ".ram", 4) ||
        !strncasecmp (extension, ".rpm", 4) ||
        !strncasecmp (extension, ".lsc", 4) ||

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to