diff --git a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm index 817454ee3..7e690fd1e 100644 --- a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm +++ b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm @@ -1090,6 +1090,8 @@ static int twosf_info(void * context, const char * name, const char * value) } else return NO; + framesRead = 0; + return YES; } @@ -1147,7 +1149,6 @@ static int twosf_info(void * context, const char * name, const char * value) metadataList = info.info; - framesRead = 0; framesLength = [self retrieveFrameCount:tagLengthMs]; totalFrames = [self retrieveFrameCount:tagLengthMs + tagFadeMs];