Marino Faggiana 7 лет назад
Родитель
Сommit
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:^{