Fixed the timebase parameter of ivfenc.
authorFrank Galligan <fgalligan@google.com>
Wed, 6 Oct 2010 16:51:00 +0000 (12:51 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 02:04:38 +0000 (22:04 -0400)
commit1258cf62aeb8846f0f319d1149cd69a5c517c7ba
tree658dae7fbdc74e5d763e7667fffe12974cdda225
parentcfe3f9173f7b19f41c59baf2390b6db65b023c00
Fixed the timebase parameter of ivfenc.

Ivfenc will use timebase if it is set. If it is not set ivfenc will
still double the timebase so altref frames will have a unique pts.
Patch Set #3: Use integer math to generate source pts. Added a
framerate parameter. Increased the default timebase to milliseconds to
remove the *2 everywhere.

Change-Id: I8d25b5b2cb26deef7eb72d74b5f76c98cafaf4db
ivfenc.c