Skip to content

Commit 7ac0d2f

Browse files
authored
Merge branch 'meta-pytorch:main' into performance-tips-tutorial
2 parents e8b2a73 + 45ab588 commit 7ac0d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/SingleStreamDecoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ AudioFramesOutput SingleStreamDecoder::getFramesPlayedInRangeAudio(
10391039
firstFramePtsSeconds = frameOutput.ptsSeconds;
10401040
}
10411041
frames.push_back(frameOutput.data);
1042-
} catch (const EndOfFileException& e) {
1042+
} catch (const EndOfFileException&) {
10431043
finished = true;
10441044
}
10451045

0 commit comments

Comments
 (0)