]> 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 17:00:02 +0000 (09:00 -0800)
commitdfe3e83c44ae7a8ac7754e206fe8c29ee16129df
treeefcecd41ae23a31a3786d0e1be2a3200f5203937
parente889f33295a036190d67253113b937e111900573
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.

(cherry picked from commit d64dba737d0136b58545be33c50db093df1880c1)
libhb/encavcodec.c