]> granicus.if.org Git - handbrake/commit
encavcodec: fix 2 pass vp8 and vp9 encoding
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 27 Dec 2016 16:57:06 +0000 (08:57 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 27 Dec 2016 16:57:06 +0000 (08:57 -0800)
commitd64dba737d0136b58545be33c50db093df1880c1
tree4f3bb3f2f9a9ebec014538d855cba9a6351cd330
parent3b9c9a263f7ffa959d56d914c62df18c9567c0db
encavcodec: fix 2 pass vp8 and vp9 encoding

libvpx only supplies the stats upon the final flush of the encoder.  So
we must also write stats after final flush.
libhb/encavcodec.c