Fixed seeking backwards

CQTexperiment
Chris Moeller 2013-10-13 21:45:14 -07:00
parent 22e518f242
commit 05483d9c24
1 changed files with 2 additions and 1 deletions

View File

@ -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];