Ignore:
Timestamp:
Mar 29, 2012, 4:53:15 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: trunk update to latest svn

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/core.h

    r124 r128  
    4141#endif
    4242
    43 #if YOUTUBE_SUPPORT
     43#if YOUTUBE_SUPPORT
    4444class RetrieveYoutubeUrl;
    4545#endif
     
    8585        void openTV(QString channel_id);
    8686
    87 #if YOUTUBE_SUPPORT
     87#if YOUTUBE_SUPPORT
    8888        void openYT(const QString & url);
    8989#endif
     
    157157        void toggleDering();
    158158        void toggleDering(bool b);
     159
     160
    159161        void toggleNoise();
    160162        void toggleNoise(bool b);
     
    162164        void togglePostprocessing(bool b);
    163165        void changeDenoise(int);
     166
    164167        void changeLetterbox(bool);
    165168        void changeUpscale(bool);
     
    330333        //! files. In some versions of mplayer is 0, in others 1
    331334        static int firstChapter();
    332 #if !GENERIC_CHAPTER_SUPPORT
    333         static int dvdFirstChapter();
    334 #endif
    335335
    336336#ifndef NO_USE_INI_FILES
     
    394394        void initializeOSD();
    395395
    396 #if YOUTUBE_SUPPORT
     396#if YOUTUBE_SUPPORT
    397397        void connectingToYT(QString host);
    398398        void YTFailed(QString error);
     
    476476#endif
    477477
    478 #if YOUTUBE_SUPPORT
     478#if YOUTUBE_SUPPORT
    479479        RetrieveYoutubeUrl * yt;
    480480#endif
Note: See TracChangeset for help on using the changeset viewer.