Remove key frame detection logic

Moonlight-common-c already tells us whether a frame is an IDR or not
This commit is contained in:
Cameron Gutman
2021-07-09 17:43:36 -05:00
parent 7ed6b22cac
commit 0fe84a7a1e
3 changed files with 6 additions and 26 deletions

View File

@@ -20,6 +20,6 @@
- (void)updateBufferForRange:(CMBlockBufferRef)existingBuffer data:(unsigned char *)data offset:(int)offset length:(int)nalLength;
- (int)submitDecodeBuffer:(unsigned char *)data length:(int)length bufferType:(int)bufferType pts:(unsigned int)pts;
- (int)submitDecodeBuffer:(unsigned char *)data length:(int)length bufferType:(int)bufferType frameType:(int)frameType pts:(unsigned int)pts;
@end