[mythtv-commits] mythtv commit: r25210 by jyavenard

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jun 29 12:39:20 UTC 2010


      Author: jyavenard
        Date: 2010-06-29 12:39:20 +0000 (Tue, 29 Jun 2010)
New Revision: 25210
   Changeset: http://svn.mythtv.org/trac/changeset/25210

Modified:

   trunk/mythtv/libs/libmythui/DisplayRes.cpp

Log:

Extend rate matching mechanism to work with custom video size. This allows to match a resolution as well as a display rate.
Check for the matching video mode is done in the following order:
1- Exact width, height and refresh rate
2- Exact width, height
3- Exact height (ignore X entry)
4- Exact refresh rate

This is useful for people wanting to use their TV for doing the scaling. For example, for using your TV in 1280x720 mode for all 720p content, you would enter in the custom video size:
X:0 Y: 720 Output: 1280x720 Rate:Any





More information about the mythtv-commits mailing list