We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d841909 commit 82924d2Copy full SHA for 82924d2
src/torchcodec/decoders/_core/VideoDecoder.cpp
@@ -716,7 +716,7 @@ VideoDecoder::RawDecodedOutput VideoDecoder::getDecodedOutputWithFilter(
716
if (activeStreamIndices_.size() == 0) {
717
throw std::runtime_error("No active streams configured.");
718
}
719
- VLOG(9) << "Starting getNextDecodedOutputNoDemux()";
+ VLOG(9) << "Starting getDecodedOutputWithFilter()";
720
resetDecodeStats();
721
if (maybeDesiredPts_.has_value()) {
722
VLOG(9) << "maybeDesiredPts_=" << *maybeDesiredPts_;
0 commit comments