]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to frame dropping in svc mode.
authorMarco <marpan@google.com>
Wed, 9 Mar 2016 00:29:54 +0000 (16:29 -0800)
committerMarco <marpan@google.com>
Wed, 9 Mar 2016 18:15:15 +0000 (10:15 -0800)
commit11bf7ea354cb69755e1f0e1a71351b166ae30677
treecbd0c3a5cccda8207910d3c2da158880d4419944
parent268ec8dcfbbd23339eea06805aff68a28510a3cd
vp9-svc: Fix to frame dropping in svc mode.

Don't advance the svc frame counters on dropped frame,
since this can break the referencing scheme and lead
to a crash/assert.

Updated svc-datarate unittest to add a lower bitrate test.

Change only affects 1 pass cbr svc, with frame dropper enabled.

Change-Id: Ibb7530b7a587a9344d46898d9286fd9e2ef0779c
test/datarate_test.cc
vp9/encoder/vp9_encoder.c