media/extensions/vp9/src
sharjeel 1726f9e5fe Don't notify drop frames when maxDroppedFramesToNotify < 1
With default of value set to -1, every single dropped frame is reported because of expression: if (droppedFrames >= maxDroppedFramesToNotify) {  maybeNotifyDroppedFrames(); }

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213502573
2018-09-20 12:25:44 +01:00
..
androidTest Add wrapper for Log messages to allow settig the log level. 2018-09-20 12:12:21 +01:00
main Don't notify drop frames when maxDroppedFramesToNotify < 1 2018-09-20 12:25:44 +01:00