Skip to content

Commit 186eaa4

Browse files
committed
Add TODO
1 parent aa6e253 commit 186eaa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/torchcodec/_core/SingleStreamDecoder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ UniqueAVFrame SingleStreamDecoder::decodeAVFrame(
12021202
if (status == AVERROR_EOF) {
12031203
// End of file reached. We must drain the decoder
12041204
if (useCustomInterface) {
1205+
// TODONVDEC P0: Re-think this. This should be simpler.
12051206
AutoAVPacket eofAutoPacket;
12061207
ReferenceAVPacket eofPacket(eofAutoPacket);
12071208
eofPacket->data = nullptr;

0 commit comments

Comments
 (0)