Changeset 188 for smplayer/trunk/src/preferences.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/preferences.h
r182 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 … … 103 103 bool use_slices; 104 104 int autoq; //!< Postprocessing quality 105 106 #ifdef ADD_BLACKBORDERS_FS 105 107 bool add_blackborders_on_fullscreen; 108 #endif 106 109 107 110 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) … … 342 345 #endif 343 346 347 #ifdef MPV_SUPPORT 348 QString mpv_osd_media_info; 349 #endif 350 #ifdef MPLAYER_SUPPORT 351 QString mplayer_osd_media_info; 352 #endif 353 344 354 345 355 /* ********* … … 520 530 int initial_sub_pos; 521 531 532 #ifdef INITIAL_BLACKBORDERS 533 bool initial_blackborders; 534 #endif 535 522 536 bool initial_postprocessing; //!< global postprocessing filter 523 537 bool initial_volnorm;
Note:
See TracChangeset
for help on using the changeset viewer.