]> granicus.if.org Git - handbrake/commit
encx265: fix 2 pass encoding when framerate is wrong
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 22 Feb 2017 20:33:16 +0000 (13:33 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 22 Feb 2017 20:35:43 +0000 (13:35 -0700)
commit74c75d245110c797415b47206475b20eedbba176
tree83bd0471edd8e3200001e7c9812572071efee076
parent4f9f13fcbc35bb0242d876264e6d8b4cdd12ae16
encx265: fix 2 pass encoding when framerate is wrong

x265 expects the framerate specified to be the same for both passes. So
we must set the same value even when we compute that the actual
framerate differs from what the file's header says.

(cherry picked from commit ac73d24c799292fd6493ef1ce83816fa35c24a6d)
libhb/encx265.c