Force recode if framesize exceeds max allowed size
authorDebargha Mukherjee <debargha@google.com>
Thu, 27 Oct 2016 05:40:59 +0000 (22:40 -0700)
committerDebargha Mukherjee <debargha@google.com>
Thu, 27 Oct 2016 16:52:51 +0000 (09:52 -0700)
commit54e03017b64f516f22954952b917a240ecad6c44
treedf186b663653a898449968d968f3f7c6ba0172fa
parentf53d3363ac41b9997e07f5d8faac1f734c8ddc9c
Force recode if framesize exceeds max allowed size

Fixes a case where recode is not triggered based on the value
of maxq passed into the recode loop test function.

BUG=b/32375284

Change-Id: I15ad985d0525c68e0443cfaf842440d2754b2266
vp9/encoder/vp9_encoder.c