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 6529f2b commit d87189fCopy full SHA for d87189f
src/torchcodec/decoders/_core/VideoDecoder.cpp
@@ -951,9 +951,6 @@ VideoDecoder::AVFrameStream VideoDecoder::decodeAVFrame(
951
outerLoopStart:
952
ffmpegStatus =
953
avcodec_receive_frame(streamInfo.codecContext.get(), avFrame.get());
954
- if (ffmpegStatus == AVERROR(EAGAIN)) {
955
- printf("Yes\n");
956
- }
957
958
if (ffmpegStatus != AVSUCCESS && ffmpegStatus != AVERROR(EAGAIN)) {
959
// Non-retriable error
0 commit comments