]> granicus.if.org Git - libvpx/commit
Fixed rate histogram calculation
authorTero Rintaluoma <teror@google.com>
Fri, 15 Jul 2011 11:47:44 +0000 (14:47 +0300)
committerTero Rintaluoma <teror@google.com>
Mon, 18 Jul 2011 07:35:05 +0000 (10:35 +0300)
commitfd41cb849147b49466f0cb5a3efd09265c1dff20
treebda48593a669961f46c9b337ad31a1d02ab111b3
parent6b6f367c3d25bdd87f80a8e5b5380963733c6f0a
Fixed rate histogram calculation

Using small values for --buf-sz= in command line causes
floating point exception due to division by zero.

Change-Id: Ibfe2d44db922993a78ebc9a4a1087d9625de48ae
vpxenc.c