]> git.sesse.net Git - x264/commit
Allow longer keyints with intra refresh
authorFiona Glaser <fiona@x264.com>
Wed, 10 Feb 2010 21:44:28 +0000 (13:44 -0800)
committerFiona Glaser <fiona@x264.com>
Mon, 15 Feb 2010 08:59:54 +0000 (00:59 -0800)
commit8a57269d7ca3547f860568427423357166ba56c1
tree1a0018bc1aca9853bda11aee91720d34cd3daba7
parent282bbbc5ff53aec253c5076a3a83bd19ba4e9104
Allow longer keyints with intra refresh
If a long keyint is specified (longer than macroblock width-1), the refresh will simply not occur all the time.
In other words, a refresh will take place, and then x264 will wait until keyint is over to start another refresh.
encoder/encoder.c