]> 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:49:21 +0000 (13:49 -0700)
commit7ad6d024dce8657e4478d54f1f6a405331d35e9e
tree7b2b4a8d6b19f61af318f73bc6a587d27b76f214
parent7cf4263c54b0b671cce382854a600828656c0f04
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.
libhb/encx265.c