Fix frames that have no references to them.

BasicRateTargeting3TemporalLayers found an error with
the get/release frame buffer management.

Change-Id: Iccff25cba1d2f276f2a0d0fb7b20cf99b4405549
This commit is contained in:
Frank Galligan
2014-02-11 18:33:02 -08:00
parent 9453c64726
commit 1604ad2149
3 changed files with 8 additions and 1 deletions

View File

@@ -489,7 +489,7 @@ TEST_P(DatarateTestVP9, BasicRateTargeting2TemporalLayers) {
}
// Check basic rate targeting for 3 temporal layers.
TEST_P(DatarateTestVP9, DISABLED_BasicRateTargeting3TemporalLayers) {
TEST_P(DatarateTestVP9, BasicRateTargeting3TemporalLayers) {
cfg_.rc_buf_initial_sz = 500;
cfg_.rc_buf_optimal_sz = 500;
cfg_.rc_buf_sz = 1000;