Ignore:
Timestamp:
Dec 27, 2011, 5:44:12 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: latest svn update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/preferences.h

    r112 r119  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2010 Ricardo Villalba <rvm@escomposlinux.org>
     2    Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    9898
    9999#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;
    101108#endif
    102109
     
    188195        int ass_line_spacing;
    189196
    190         bool use_closed_caption_subs;
    191197        bool use_forced_subs_only;
    192198
     
    278284        QString actions_to_run; //!< List of actions to run every time a video loads.
    279285
     286        //! Show file tag in window title
     287        bool show_tag_in_window_title;
     288
    280289
    281290        /* *********
     
    294303        QString style;  //!< SMPlayer look
    295304#endif
    296         bool show_motion_vectors;
    297305
    298306        // Function of mouse buttons:
Note: See TracChangeset for help on using the changeset viewer.