summaryrefslogtreecommitdiffstats
path: root/libvo/vo_yuv4mpeg.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-19 03:23:50 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-19 03:23:50 +0200
commite46317a1db077a7f92ea5db7bb76e6cc899f1a64 (patch)
tree077078d79610f76cce2e38217f452a4da2b9287c /libvo/vo_yuv4mpeg.c
parent186e5a998c8424b3c850b62d6f5755a0928cd64c (diff)
parent908286b437f3b8c8564db3c77456d5350588fb17 (diff)
downloadmpv-e46317a1db077a7f92ea5db7bb76e6cc899f1a64.tar.bz2
mpv-e46317a1db077a7f92ea5db7bb76e6cc899f1a64.tar.xz
Merge svn changes up to r28655
Diffstat (limited to 'libvo/vo_yuv4mpeg.c')
-rw-r--r--libvo/vo_yuv4mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_yuv4mpeg.c b/libvo/vo_yuv4mpeg.c
index 420e7fea91..bd4300eee6 100644
--- a/libvo/vo_yuv4mpeg.c
+++ b/libvo/vo_yuv4mpeg.c
@@ -102,7 +102,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
{
AVRational pixelaspect = av_div_q((AVRational){d_width, d_height},
(AVRational){width, height});
- AVRational fps_frac = av_d2q(vo_fps, INT_MAX);
+ AVRational fps_frac = av_d2q(vo_fps, vo_fps * 1001 + 2);
if (image_width == width && image_height == height &&
image_fps == vo_fps && vo_config_count)
return 0;