Fix how drop-to-keyframe events are recorded in `DecoderCounters`
The existing code creates an imbalance between `inputBufferCount` and `droppedBufferCount` by adding 'dropped source buffers' to `droppedBufferCount` but not to `inputBufferCount`. This results in assertion failures in `DashTestRunner`. PiperOrigin-RevId: 414672175
Showing
with
81 additions
and
41 deletions
Please
register
or
sign in
to comment