Adds subsecond frame rates to webm
authorJohnny Klonaris <google@jawknee.com>
Mon, 1 Jun 2015 06:29:16 +0000 (23:29 -0700)
committerJohann <johannkoenig@google.com>
Mon, 1 Jun 2015 17:13:58 +0000 (10:13 -0700)
commitd02aa04422b56b22cf8a9605ec94de6db66c5835
treefca76b6171d22dc8e3edb586e000e51c95d32e36
parent71e88f903d04693b18bf0eff3917544525452649
Adds subsecond frame rates to webm

Numerator was being range checked against the
denominator - preventing any frame rate slower
than 1 fps.

I've tested this on a Mac using using ffmpeg and
results are comparable to mp4 and ogg files generated
at the same time.

Not yet tested on Windows.

Johnny Klonaris
google@jawknee.com

Change-Id: Idb358dbc2e7dc000037880ede4a1b0df248a42c8
vp8/vp8_cx_iface.c