]> granicus.if.org Git - libvpx/commit
Delete invalid assert.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 6 Jul 2018 16:02:26 +0000 (17:02 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 9 Jul 2018 13:30:15 +0000 (14:30 +0100)
commit8631eb4506ac666bbec31167ec274e12af64a066
tree4955e73f84e20bd4ba5dd27b5ef95759bc0aaad2
parent4745bc2ff30f5ab344202685e103a49aa56adf07
Delete invalid assert.

Delete assert that is not valid in all cases.

This can occur if the last group in a clip is a GF only
group. Here the frame count reflects the nominal
positioning of the "next" GF (were it to exist) one
frame beyond the of the end of the clip.

Change-Id: I0d36b83de0ab478dab032599ee7df7fff4a35cd5
vp9/encoder/vp9_firstpass.c