Add capability for the video decoder to request an IDR frame

This commit is contained in:
Cameron Gutman
2015-01-09 17:34:26 -05:00
parent cf957025e6
commit ee3369ff9b
4 changed files with 17 additions and 2 deletions

View File

@@ -56,6 +56,12 @@ void destroyControlStream(void) {
PltCloseEvent(&resyncEvent);
}
/* Resync on demand by the decoder */
void resyncOnDemand(void) {
// FIXME: Send ranges
PltSetEvent(&resyncEvent);
}
/* Resync if the connection is too slow */
void connectionSinkTooSlow(int startFrame, int endFrame) {
// FIXME: Send ranges