Skip to content

Commit d87189f

Browse files
committed
remote print
1 parent 6529f2b commit d87189f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/torchcodec/decoders/_core/VideoDecoder.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,9 +951,6 @@ VideoDecoder::AVFrameStream VideoDecoder::decodeAVFrame(
951951
outerLoopStart:
952952
ffmpegStatus =
953953
avcodec_receive_frame(streamInfo.codecContext.get(), avFrame.get());
954-
if (ffmpegStatus == AVERROR(EAGAIN)) {
955-
printf("Yes\n");
956-
}
957954

958955
if (ffmpegStatus != AVSUCCESS && ffmpegStatus != AVERROR(EAGAIN)) {
959956
// Non-retriable error

0 commit comments

Comments
 (0)