Replace MAX_LAG_BUFFERS with MAX_ARF_GOP_SIZE for gop size
authorJingning Han <jingning@google.com>
Wed, 17 Oct 2018 23:04:21 +0000 (16:04 -0700)
committerJingning Han <jingning@google.com>
Wed, 17 Oct 2018 23:11:37 +0000 (16:11 -0700)
commit7dfb8e18f68ac7c6f853f82c269b02859fd8c3aa
treea8bc575833b41eac731ed2444f269a9bb6b76df5
parent22d67c346fde9630b9accfdd3b3abe9840a061fe
Replace MAX_LAG_BUFFERS with MAX_ARF_GOP_SIZE for gop size

MAX_ARF_GOP_SIZE accurately reflects the maximum frame operated
per group of pictures. Use that to replace MAX_LAG_BUFFERS in
such use cases.

Change-Id: Id26f9b1b2b0c38f255dee19795356c387d06d033
vp9/encoder/vp9_encodeframe.c