~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libmythtv/openglvideo.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:08:37 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908230837-zrm2j6wutp76hwso
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (21742)
  - Fixes FTBFS on PPC. See changeset 21571 for more details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    void SetViewPort(const QSize &new_viewport_size);
82
82
    bool AddFilter(OpenGLFilterType filter);
83
83
    bool RemoveFilter(OpenGLFilterType filter);
84
 
    void CheckResize(bool deinterlacing);
 
84
    void CheckResize(bool deinterlacing, bool allow = true);
85
85
    bool OptimiseFilters(void);
86
86
    bool AddFrameBuffer(uint &framebuffer, QSize fb_size,
87
87
                        uint &texture, QSize vid_size);