Skip to content

Commit

Permalink
Fix typo in logger (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Oct 14, 2024
1 parent d841909 commit 82924d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchcodec/decoders/_core/VideoDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ VideoDecoder::RawDecodedOutput VideoDecoder::getDecodedOutputWithFilter(
if (activeStreamIndices_.size() == 0) {
throw std::runtime_error("No active streams configured.");
}
VLOG(9) << "Starting getNextDecodedOutputNoDemux()";
VLOG(9) << "Starting getDecodedOutputWithFilter()";
resetDecodeStats();
if (maybeDesiredPts_.has_value()) {
VLOG(9) << "maybeDesiredPts_=" << *maybeDesiredPts_;
Expand Down

0 comments on commit 82924d2

Please sign in to comment.