We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059482a commit f40ff3dCopy full SHA for f40ff3d
QiniuSDK/Common/QNPHAssetFile.m
@@ -159,7 +159,7 @@ - (NSData *)fetchDataFromAsset:(PHAsset *)asset
159
[[PHImageManager defaultManager] requestAVAssetForVideo:asset
160
options:request
161
resultHandler:
162
- ^(AVAsset * _Nullable asset, AVAudioMix * _Nullable audioMix, NSDictionary * _Nullable info) {
+ ^(AVAsset* asset, AVAudioMix* audioMix, NSDictionary* info) {
163
AVURLAsset *urlAsset = (AVURLAsset *)asset;
164
NSData *videoData = [NSData dataWithContentsOfURL:urlAsset.URL];
165
tmpData = [NSData dataWithData:videoData];
0 commit comments