mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-04 19:31:53 +02:00
INPMovieFilter: bug fix
This commit is contained in:
parent
aa0103381f
commit
23809bb1bf
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@
|
|||
&outValue
|
||||
);
|
||||
|
||||
if (outValue == NULL)
|
||||
return NO;
|
||||
|
||||
CFStringRef uti = (__bridge CFStringRef)[NSString stringWithString:(__bridge NSString *)outValue];
|
||||
|
||||
return UTTypeConformsTo(uti, kUTTypeMovie);
|
||||
|
|
Loading…
Add table
Reference in a new issue