Video editor fixes

This commit is contained in:
Ilya Laktyushin
2020-05-23 20:23:30 +03:00
parent fb656b8da1
commit 7d7ac395da
13 changed files with 216 additions and 125 deletions

View File

@@ -278,6 +278,15 @@ void reportAvailableMemoryForGPUImage(NSString *tag)
return nil;
}
- (CIImage *)newCIImageFromCurrentlyProcessedOutput {
return nil;
}
- (void)commitImageCapture
{
}
- (BOOL)providesMonochromeOutput
{
return NO;