diff options
Diffstat (limited to 'src/tag.c')
-rw-r--r-- | src/tag.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -219,8 +219,7 @@ MpdTag * mp4DataDup(char * utf8file, int * mp4MetadataFound) { *mp4MetadataFound = 0; - if(openInputStreamFromFile(&inStream,rmp2amp(utf8ToFsCharset(utf8file))) - < 0) + if(openInputStream(&inStream,rmp2amp(utf8ToFsCharset(utf8file))) < 0) { return NULL; } |