Remove stale function definition

This commit is contained in:
Cameron Gutman
2022-09-28 17:57:44 -05:00
parent f9a2eb022f
commit 842b6b3c76

View File

@@ -18,8 +18,6 @@
- (void)start;
- (void)stop;
- (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 frameType:(int)frameType pts:(unsigned int)pts;
@end