Changeset 186 for smplayer/vendor/current/src/mpvprocess.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (9 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/mpvprocess.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/mpvprocess.h
r179 r186 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 23 23 #include "playerprocess.h" 24 24 #include "config.h" 25 26 25 27 26 28 class QStringList; … … 124 126 void messageFilterNotSupported(const QString & filter_name); 125 127 128 129 130 131 126 132 protected slots: 127 133 void parseLine(QByteArray ba); … … 129 135 void gotError(QProcess::ProcessError); 130 136 void requestChapterInfo(); 131 void requestBitrateInfo(); 137 /* void requestBitrateInfo(); */ 138 139 #ifdef OSD_WITH_TIMER 140 void displayInfoOnOSD(); 141 #endif 132 142 133 143 protected: … … 138 148 void updateSubtitleTrack(int ID, const QString & name, const QString & lang); 139 149 #endif 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 140 173 141 174 private: … … 181 214 bool capturing; 182 215 #endif 216 217 218 219 183 220 }; 184 221
Note:
See TracChangeset
for help on using the changeset viewer.
