This commit is contained in:
Glenn Maynard
2006-11-26 00:06:53 +00:00
parent ba10eb6736
commit 14ee842cfa
+4 -2
View File
@@ -518,11 +518,13 @@ bool test_file( const TestFile &tf, int filters )
delete snd;
/* Check SetPosition_Accurate consistency:
/*
* Check SetPosition_Accurate consistency:
*
* Reopen the file from scratch, seek to 100ms, read some data, do some
* operations that would result in the internal TOC being filled (seek
* to the end), then re-read the data at 100ms and make sure it's the same. */
* to the end), then re-read the data at 100ms and make sure it's the same.
*/
snd = SoundReader_FileReader::OpenFile( fn, error );
snd = ApplyFilters( snd, filters );