Changeset 140 for smplayer/vendor/current/src/mplayerprocess.cpp
- Timestamp:
- May 23, 2013, 5:06:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/mplayerprocess.cpp
r137 r140 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 164 164 #endif 165 165 static QRegExp rx_cache("^Cache fill:.*"); 166 static QRegExp rx_cache_empty("^Cache empty.*|^Cache not filling.*"); 166 167 static QRegExp rx_create_index("^Generating Index:.*"); 167 168 static QRegExp rx_play("^Starting playback..."); … … 467 468 #endif 468 469 470 if (rx_cache_empty.indexIn(line) > -1) { 471 emit receivedCacheEmptyMessage(line); 472 } 473 469 474 // The following things are not sent when the file has started to play 470 475 // (or if sent, smplayer will ignore anyway...)
Note:
See TracChangeset
for help on using the changeset viewer.