Tests kf_max_dist in one-pass zero-lag encoding
authorWan-Teh Chang <wtc@google.com>
Wed, 22 Nov 2023 22:49:56 +0000 (14:49 -0800)
committerWan-Teh Chang <wtc@google.com>
Thu, 23 Nov 2023 01:50:42 +0000 (17:50 -0800)
commit366425079ba685bcd78511297dacb327ec363abe
treebcd58c961c8c333918fa9ac41d8b788bf2d28e97
parent741b8f6228984e888c99849d7675ea4132eaf268
Tests kf_max_dist in one-pass zero-lag encoding

The test shows that the comment for kf_max_dist in vpx/vpx_encoder.h
differs from its behavior by one. We should modify the comment to match
the encoding behavior.

Bug: webm:1829
Change-Id: Icdc58b8f6b25353f10ce8ecc481c862bd3fe86df
test/keyframe_test.cc