Marino Faggiana 7 роки тому
батько
коміт
f49919424a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      iOSClient/Networking/CCNetworking.m

+ 1 - 1
iOSClient/Networking/CCNetworking.m

@@ -822,7 +822,7 @@
                 if (exportSession) {
                     
                     exportSession.outputURL = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadataNet.fileName]];
-                    //exportSession.outputFileType = AVFileTypeQuickTimeMovie;
+                    exportSession.outputFileType = AVFileTypeQuickTimeMovie;
                     
                     [exportSession exportAsynchronouslyWithCompletionHandler:^{