Skip to content

Commit 82924d2

Browse files
authored
Fix typo in logger (#261)
1 parent d841909 commit 82924d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/VideoDecoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ VideoDecoder::RawDecodedOutput VideoDecoder::getDecodedOutputWithFilter(
716716
if (activeStreamIndices_.size() == 0) {
717717
throw std::runtime_error("No active streams configured.");
718718
}
719-
VLOG(9) << "Starting getNextDecodedOutputNoDemux()";
719+
VLOG(9) << "Starting getDecodedOutputWithFilter()";
720720
resetDecodeStats();
721721
if (maybeDesiredPts_.has_value()) {
722722
VLOG(9) << "maybeDesiredPts_=" << *maybeDesiredPts_;

0 commit comments

Comments
 (0)