diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-10-08 09:44:34 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-10-08 09:44:34 +0530 |
commit | f79be02be0abb7f4264fdc8467639eea7cd23d62 (patch) | |
tree | aa1f2af4056e5923c58e064c86d34ae1028ddf03 | |
parent | 254652a34c5ca2b24215cf6652067764408a1b5c (diff) | |
download | ffmpeg-f79be02be0abb7f4264fdc8467639eea7cd23d62.tar.gz |
README: fix typo and description of libavfilter
Thanks to Arif Driessen for bringing notice to the typo.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ such as audio, video, subtitles and related metadata. * `libavcodec` provides implementation of a wider range of codecs. * `libavformat` implements streaming protocols, container formats and basic I/O access. * `libavutil` includes hashers, decompressors and miscellaneous utility functions. -* `libavfilter` provides a mean to alter decoded Audio and Video through chain of filters. +* `libavfilter` provides means to alter decoded audio and video through a directed graph of connected filters. * `libavdevice` provides an abstraction to access capture and playback devices. * `libswresample` implements audio mixing and resampling routines. * `libswscale` implements color conversion and scaling routines. |