diff options
author | Nanhai Zou <nanhai.zou@intel.com> | 2008-01-02 10:50:44 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-02 10:50:44 +0800 |
commit | 83d304c61ad5fdc58b0a9309dbd1e5a3f6cd9b01 (patch) | |
tree | 841fba665111efdaa01c65b944b89a22d87746d0 /src/i830_tv.c | |
parent | 96246c27cb836bae8ee02c46c68a1f2102efd14b (diff) |
TV: fix 576p refresh rate
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r-- | src/i830_tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c index 14f4089d..9add367a 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -580,7 +580,7 @@ const static tv_mode_t tv_modes[] = { { .name = "576p", .clock = 107520, - .refresh = 59.94, + .refresh = 50.0, .oversample = TV_OVERSAMPLE_4X, .component_only = 1, |