Skip to content

Commit fd59e4c

Browse files
committed
add word commonly
1 parent d5be152 commit fd59e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/encoding/video_encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def play_video(encoded_bytes):
109109
# :meth:`~torchcodec.encoders.VideoEncoder.to_file_like` and
110110
# :meth:`~torchcodec.encoders.VideoEncoder.to_tensor` methods.
111111
#
112-
# - For example, when encoding to MP4 format, the default codec used is ``H.264``.
112+
# For example, when encoding to MP4 format, the default codec is typically ``H.264``.
113113
#
114114
# The ``codec`` parameter specifies which video codec to use for encoding.
115115
# You can specify either a specific codec implementation (e.g., ``"libx264"``)

0 commit comments

Comments
 (0)