]> granicus.if.org Git - libx264/commit
Fix intra refresh to not exceed max recovery_frame_cnt
authorFiona Glaser <fiona@x264.com>
Wed, 15 Sep 2010 19:06:47 +0000 (12:06 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 16 Sep 2010 10:38:01 +0000 (03:38 -0700)
commita35a495d8889b1265a558c06920b7e83c9cd1117
tree6dc9d162051e286bb852f8970c0247c7505fb099
parentf1c48203a9985d05ed97c32c9ff9c9d76cd8d9c8
Fix intra refresh to not exceed max recovery_frame_cnt
The spec constrains recovery_frame_cnt to [0, MaxFrameNum-1].
So make MaxFrameNum bigger in the case of intra refresh.
encoder/encoder.c
encoder/set.c