Fix two-pass framrate for Y4M input.
authorTimothy B. Terriberry <tterribe@xiph.org>
Fri, 27 Aug 2010 22:21:22 +0000 (15:21 -0700)
committerTimothy B. Terriberry <tterribe@xiph.org>
Fri, 27 Aug 2010 22:21:22 +0000 (15:21 -0700)
commite105e245ef02e7ce3c78950af01cfc78ce2a7459
tree658ca16fae8966fb6be5255f6dddf5acf26ae446
parent00358cb9742d454debc8b788690119a1e6e83c4a
Fix two-pass framrate for Y4M input.

The timebase was being set to the value in the Y4M file on each
 pass, but only doubled to account for the altref placement on
 the first past.
This avoids reseting it on the second pass.

Change-Id: Ie342639bad1ffe9c2214fbbaaded72cfed835b42
ivfenc.c