Skip to content

Commit 97344e9

Browse files
authored
Fix typo in FFmpeg description (#991)
1 parent fe738a6 commit 97344e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We achieve these capabilities through:
1111

1212
* Pythonic APIs that mirror Python and PyTorch conventions.
1313
* Relying on `FFmpeg <https://www.ffmpeg.org/>`_ to do the decoding / encoding.
14-
TorchCodec uses the version of FFmpeg you already have installed. FMPEG is a
14+
TorchCodec uses the version of FFmpeg you already have installed. FFmpeg is a
1515
mature library with broad coverage available on most systems. It is, however,
1616
not easy to use. TorchCodec abstracts FFmpeg's complexity to ensure it is
1717
used correctly and efficiently.

0 commit comments

Comments
 (0)