Ignore:
Timestamp:
Jan 24, 2017, 12:24:46 PM (9 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 17.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/mpvprocess.h

    r179 r186  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 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
     
    2323#include "playerprocess.h"
    2424#include "config.h"
     25
     26
    2527
    2628class QStringList;
     
    124126        void messageFilterNotSupported(const QString & filter_name);
    125127
     128
     129
     130
     131
    126132protected slots:
    127133        void parseLine(QByteArray ba);
     
    129135        void gotError(QProcess::ProcessError);
    130136        void requestChapterInfo();
    131         void requestBitrateInfo();
     137        /* void requestBitrateInfo(); */
     138
     139#ifdef OSD_WITH_TIMER
     140        void displayInfoOnOSD();
     141#endif
    132142
    133143protected:
     
    138148        void updateSubtitleTrack(int ID, const QString & name, const QString & lang);
    139149#endif
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159
     160
     161
     162
     163
     164
     165
     166
     167
     168
     169
     170
     171
     172
    140173
    141174private:
     
    181214        bool capturing;
    182215#endif
     216
     217
     218
     219
    183220};
    184221
Note: See TracChangeset for help on using the changeset viewer.