Skip to content

Commit c5193a9

Browse files
committed
Lint
1 parent 1704ff2 commit c5193a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/torchcodec/decoders/_core/VideoDecoderOps.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ void _add_video_stream(
220220
}
221221

222222
auto videoDecoder = unwrapTensorToGetDecoder(decoder);
223-
videoDecoder->addVideoStream(
224-
stream_index.value_or(-1), videoStreamOptions);
223+
videoDecoder->addVideoStream(stream_index.value_or(-1), videoStreamOptions);
225224
}
226225

227226
void seek_to_pts(at::Tensor& decoder, double seconds) {

0 commit comments

Comments
 (0)