]> git.sesse.net Git - x264/commit
Fix HRD with intra-refresh
authorKieran Kunhya <kieran@kunhya.com>
Fri, 12 Nov 2010 21:53:28 +0000 (21:53 +0000)
committerFiona Glaser <fiona@x264.com>
Sun, 14 Nov 2010 06:12:46 +0000 (22:12 -0800)
commit1e902646b2e1f470dadd268a4f45a699b10434ec
tree026405b377ae6d64ab28831396e8557f1f0100df
parent180d081f2f1ca4d92235fbc776211e75607ea0db
Fix HRD with intra-refresh
x264 was incorrectly calculating cpb_removal_delay with respect to the first keyframe.
It should have been calculating cpb_removal_delay with respect to the last keyframe.
common/common.h
encoder/encoder.c
encoder/ratecontrol.c
encoder/set.c