Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (12 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/discname.cpp

    r142 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    4040                case VCD: protocol = "vcd"; break;
    4141                case CDDA: protocol = "cdda"; break;
     42
    4243        }
    4344        return join( DiscData(protocol, title, device) );
     
    4748        qDebug("DiscName::split: disc_url: '%s'", disc_url.toUtf8().constData());
    4849
    49         QRegExp rx1("^(dvd|dvdnav|vcd|cdda)://(\\d+)/(.*)");
    50         QRegExp rx2("^(dvd|dvdnav|vcd|cdda)://(\\d+)");
    51         QRegExp rx3("^(dvd|dvdnav|vcd|cdda):///(.*)");
    52         QRegExp rx4("^(dvd|dvdnav|vcd|cdda):(.*)");
     50        QRegExp rx1("^(dvd|dvdnav|vcd|cdda)://(\\d+)/(.*)");
     51        QRegExp rx2("^(dvd|dvdnav|vcd|cdda)://(\\d+)");
     52        QRegExp rx3("^(dvd|dvdnav|vcd|cdda):///(.*)");
     53        QRegExp rx4("^(dvd|dvdnav|vcd|cdda):(.*)");
    5354
    5455        DiscData d;
     
    145146        d = split( "dvdnav:////dev/dvdrecorder/" );
    146147
     148
     149
     150
     151
     152
     153
    147154        QString s;
    148155        s = join( DVD, 4, "/dev/dvd/" );
     
    156163        s = joinDVD( 3, "", true );
    157164        s = join( VCD, 3, "" );
     165
    158166}
    159167#endif
Note: See TracChangeset for help on using the changeset viewer.