Changeset 133 for smplayer/vendor/current/src/preferences.h
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferences.h
r127 r133 68 68 ******* */ 69 69 70 int config_version; 71 70 72 QString mplayer_bin; 71 73 QString vo; // video output … … 180 182 #ifdef YOUTUBE_SUPPORT 181 183 int yt_quality; 184 QString yt_user_agent; 182 185 #endif 183 186 … … 385 388 bool add_to_playlist_consecutive_files; 386 389 390 #if LOGO_ANIMATION 391 bool animated_logo; 392 #endif 393 387 394 388 395 /* ******** … … 402 409 QString latest_dir; //!< Directory of the latest file loaded 403 410 QString last_dvd_directory; 404 411 bool save_dirs; // Save or not the latest dirs 405 412 406 413 /* **************
Note:
See TracChangeset
for help on using the changeset viewer.