Skip to content

Commit 2d3fab9

Browse files
Update src/torchcodec/decoders/_video_decoder.py
Co-authored-by: Nicolas Hug <[email protected]>
1 parent fcf2e91 commit 2d3fab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_video_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class VideoDecoder:
3737
size, C is the number of channels, H is the height, and W is the
3838
width of the frames.
3939
num_ffmpeg_threads (int, optional): The number of threads to use for decoding.
40-
Use 1 for single-threaded decoding which is best if you are running multiple
40+
Use 1 for single-threaded decoding which may be best if you are running multiple
4141
instances of ``VideoDecoder`` in parallel. Use a higher number for multi-threaded
4242
decoding which is best if you are running a single instance of ``VideoDecoder``.
4343
Default: 1.

0 commit comments

Comments
 (0)