Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 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/youtube/ytsig.h

    r156 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    2525{
    2626public:
    27         static QString aclara(const QString &);
     27        static QString aclara(const QString & text, const QString & player = "", const QString & function_name = QString::null);
     28
     29        static void check(QString & u);
    2830
    2931#ifdef YT_USE_SCRIPT
    3032        static void setScriptFile(const QString & f) { script_file = f; reloadScriptFile(); };
    3133
    32 protected:
     34private:
    3335        static QString script;
    3436        static QString default_script;
    3537        static QString script_file;
    3638        static void reloadScriptFile();
    37 #else
    38 protected:
    39         static QString rev(const QString & orig);
    4039#endif
     40
     41private:
     42        static QString parsed_ts;
    4143};
    4244
Note: See TracChangeset for help on using the changeset viewer.