Changeset 119 for smplayer/trunk/src/preferences.h
- Timestamp:
- Dec 27, 2011, 5:44:12 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
-
Property svn:mergeinfo
set to
/smplayer/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
smplayer/trunk/src/preferences.h
r112 r119 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 98 98 99 99 #ifndef Q_OS_WIN 100 bool disable_video_filters_with_vdpau; 100 struct VDPAU_settings { 101 bool ffh264vdpau; 102 bool ffmpeg12vdpau; 103 bool ffwmv3vdpau; 104 bool ffvc1vdpau; 105 bool ffodivxvdpau; 106 bool disable_video_filters; 107 } vdpau; 101 108 #endif 102 109 … … 188 195 int ass_line_spacing; 189 196 190 bool use_closed_caption_subs;191 197 bool use_forced_subs_only; 192 198 … … 278 284 QString actions_to_run; //!< List of actions to run every time a video loads. 279 285 286 //! Show file tag in window title 287 bool show_tag_in_window_title; 288 280 289 281 290 /* ********* … … 294 303 QString style; //!< SMPlayer look 295 304 #endif 296 bool show_motion_vectors;297 305 298 306 // Function of mouse buttons:
Note:
See TracChangeset
for help on using the changeset viewer.