Skip to content

Commit

Permalink
Fix FFmpeg URL in rst docs (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Aug 16, 2024
1 parent 0a06c3d commit f4065f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ those videos into data.
We achieve these capabilities through:

* Pythonic APIs that mirror Python and PyTorch conventions.
* Relying on [FFmpeg](https://www.ffmpeg.org/) to do the decoding. TorchCodec
* Relying on `FFmpeg <https://www.ffmpeg.org/>`_ to do the decoding. TorchCodec
uses the version of FFmpeg you already have installed. FMPEG is a mature
library with broad coverage available on most systems. It is, however, not
easy to use. TorchCodec abstracts FFmpeg's complexity to ensure it is used
Expand Down

0 comments on commit f4065f1

Please sign in to comment.