shithub: libvpx

Download patch

ref: 6f4d4ab5ac86d76b3bf5207b5bc4eb9a427b8321
parent: 674e477b81ceeb6677d3297095e91cfbd4dc2850
parent: e105e245ef02e7ce3c78950af01cfc78ce2a7459
author: John Koleszar <jkoleszar@google.com>
date: Mon Aug 30 08:40:37 EDT 2010

Merge "Fix two-pass framrate for Y4M input."

--- a/ivfenc.c
+++ b/ivfenc.c
@@ -890,6 +890,8 @@
                 {
                     cfg.g_timebase.num = y4m.fps_d;
                     cfg.g_timebase.den = y4m.fps_n;
+                    /* And don't reset it in the second pass.*/
+                    arg_have_timebase = 1;
                 }
                 arg_use_i420 = 0;
             }