Changeset 128 for smplayer/trunk/src/core.h
- Timestamp:
- Mar 29, 2012, 4:53:15 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/core.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 127
- Property svn:mergeinfo changed
-
smplayer/trunk/src/core.h
r124 r128 41 41 #endif 42 42 43 #if YOUTUBE_SUPPORT43 #if YOUTUBE_SUPPORT 44 44 class RetrieveYoutubeUrl; 45 45 #endif … … 85 85 void openTV(QString channel_id); 86 86 87 #if YOUTUBE_SUPPORT87 #if YOUTUBE_SUPPORT 88 88 void openYT(const QString & url); 89 89 #endif … … 157 157 void toggleDering(); 158 158 void toggleDering(bool b); 159 160 159 161 void toggleNoise(); 160 162 void toggleNoise(bool b); … … 162 164 void togglePostprocessing(bool b); 163 165 void changeDenoise(int); 166 164 167 void changeLetterbox(bool); 165 168 void changeUpscale(bool); … … 330 333 //! files. In some versions of mplayer is 0, in others 1 331 334 static int firstChapter(); 332 #if !GENERIC_CHAPTER_SUPPORT333 static int dvdFirstChapter();334 #endif335 335 336 336 #ifndef NO_USE_INI_FILES … … 394 394 void initializeOSD(); 395 395 396 #if YOUTUBE_SUPPORT396 #if YOUTUBE_SUPPORT 397 397 void connectingToYT(QString host); 398 398 void YTFailed(QString error); … … 476 476 #endif 477 477 478 #if YOUTUBE_SUPPORT478 #if YOUTUBE_SUPPORT 479 479 RetrieveYoutubeUrl * yt; 480 480 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
