Skip to content

Commit 8ae9526

Browse files
author
Daniel Flores
committed
remove unused change in decoder
1 parent 05e77ea commit 8ae9526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/torchcodec/_core/SingleStreamDecoder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ void SingleStreamDecoder::addVideoStream(
499499

500500
auto& streamInfo = streamInfos_[activeStreamIndex_];
501501
streamInfo.videoStreamOptions = videoStreamOptions;
502-
streamInfo.timeBase = formatContext_->streams[activeStreamIndex_]->time_base;
503502

504503
streamMetadata.width = streamInfo.codecContext->width;
505504
streamMetadata.height = streamInfo.codecContext->height;

0 commit comments

Comments
 (0)