Fixed seeking backwards
This commit is contained in:
parent
22e518f242
commit
05483d9c24
1 changed files with 2 additions and 1 deletions
|
@ -1090,6 +1090,8 @@ static int twosf_info(void * context, const char * name, const char * value)
|
||||||
}
|
}
|
||||||
else return NO;
|
else return NO;
|
||||||
|
|
||||||
|
framesRead = 0;
|
||||||
|
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1147,7 +1149,6 @@ static int twosf_info(void * context, const char * name, const char * value)
|
||||||
|
|
||||||
metadataList = info.info;
|
metadataList = info.info;
|
||||||
|
|
||||||
framesRead = 0;
|
|
||||||
framesLength = [self retrieveFrameCount:tagLengthMs];
|
framesLength = [self retrieveFrameCount:tagLengthMs];
|
||||||
totalFrames = [self retrieveFrameCount:tagLengthMs + tagFadeMs];
|
totalFrames = [self retrieveFrameCount:tagLengthMs + tagFadeMs];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue