~ubuntu-branches/ubuntu/precise/smplayer/precise

« back to all changes in this revision

Viewing changes to src/prefperformance.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mfrom: (1.1.10 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091104124538-hm6jc89qrg3l2sm8
Tags: 0.6.8-1
* New upstream release. (Closes: #543156)
* Added /usr/share/pixmaps to debian/menu. (Closes: #526353)
* debian/control: Bumped Standards-Version to 3.8.3.
* debian/rules:
  - Removed VERSION variables, not relevant anymore.
  - Removed dh_desktop.
* Removed 01_gl_translation.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        void setCacheForVCDs(int n);
61
61
        int cacheForVCDs();
62
62
 
 
63
        void setCacheForTV(int n);
 
64
        int cacheForTV();
 
65
 
63
66
        void setPriority(int n);
64
67
        int priority();
65
68
 
72
75
        void setSkipLoop(Preferences::H264LoopFilter value);
73
76
        Preferences::H264LoopFilter skipLoop();
74
77
 
75
 
        void setAutoSyncFactor(int factor);
76
 
        int autoSyncFactor();
77
 
 
78
 
        void setAutoSyncActivated(bool b);
79
 
        bool autoSyncActivated();
80
 
 
81
78
#if !SMART_DVD_CHAPTERS
82
79
        void setFastChapterSeeking(bool b);
83
80
        bool fastChapterSeeking();
89
86
        void setThreads(int v);
90
87
        int threads();
91
88
 
 
89
        void setCoreavcUsage(bool b);
 
90
        bool coreavcUsage();
 
91
 
92
92
protected:
93
93
        virtual void retranslateStrings();
94
94
};