Home | History | Annotate | Download | only in source

Lines Matching refs:currPos

1198     const long currPos = ftell(_aviFile);
1199 if (currPos < 0) {
1209 success = (0 == fseek(_aviFile, currPos, SEEK_SET));