Force an IDR frame request when the decode unit queue overflows

This commit is contained in:
Cameron Gutman
2017-05-20 17:32:02 -07:00
parent 2d7bf5be82
commit bfd368769e
3 changed files with 2 additions and 8 deletions

View File

@@ -233,11 +233,6 @@ void requestIdrOnDemand(void) {
PltSetEvent(&invalidateRefFramesEvent);
}
// Invalidate reference frames if the decoder is too slow
void connectionSinkTooSlow(int startFrame, int endFrame) {
queueFrameInvalidationTuple(startFrame, endFrame);
}
// Invalidate reference frames lost by the network
void connectionDetectedFrameLoss(int startFrame, int endFrame) {
queueFrameInvalidationTuple(startFrame, endFrame);