Changeset 188 for smplayer/trunk/src/mediasettings.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/mediasettings.h
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 28 28 #include "config.h" 29 29 #include "audioequalizerlist.h" 30 31 //#define MSET_USE_STARTING_TIME 30 32 31 33 class QSettings; … … 142 144 #endif 143 145 146 #ifdef MSET_USE_STARTING_TIME 144 147 // This a property of the video and it should be 145 148 // in mediadata, but we have to save it to preserve 146 149 // this data among restarts. 147 150 double starting_time; // Some videos don't start at 0 151 #endif 148 152 149 153 //! The codec of the video is ffh264 and it's high definition
Note:
See TracChangeset
for help on using the changeset viewer.