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/prefgeneral.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
     
    122122#endif
    123123
    124 #ifndef Q_OS_WIN
    125         void setDisableFiltersWithVdpau(bool b);
    126         bool disableFiltersWithVdpau();
    127 #endif
    128 
    129124        void setBlackbordersOnFullscreen(bool b);
    130125        bool blackbordersOnFullscreen();
     
    190185        void vo_combo_changed(int);
    191186        void ao_combo_changed(int);
     187
     188#ifndef Q_OS_WIN
     189        void on_vdpau_button_clicked();
     190#endif
    192191
    193192protected:
     
    211210private:
    212211        bool filesettings_method_changed;
     212
     213#ifndef Q_OS_WIN
     214        struct Preferences::VDPAU_settings vdpau;
     215#endif
     216
    213217};
    214218
Note: See TracChangeset for help on using the changeset viewer.