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/playerprocess.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
     
    129129        void setPausingPrefix(const QString & prefix) { pausing_prefix = prefix; };
    130130
     131
     132
     133
    131134#ifdef CAPTURE_STREAM
    132135        virtual void setCaptureDirectory(const QString & dir);
     
    134137
    135138        static PlayerProcess * createPlayerProcess(const QString & player_bin, QObject * parent = 0);
     139
    136140
    137141// Signals
     
    206210
    207211        PlayerID::Player player_id;
     212
     213
    208214};
    209215
Note: See TracChangeset for help on using the changeset viewer.