We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254652a commit f79be02Copy full SHA for f79be02
README.md
@@ -9,7 +9,7 @@ such as audio, video, subtitles and related metadata.
9
* `libavcodec` provides implementation of a wider range of codecs.
10
* `libavformat` implements streaming protocols, container formats and basic I/O access.
11
* `libavutil` includes hashers, decompressors and miscellaneous utility functions.
12
-* `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.
13
* `libavdevice` provides an abstraction to access capture and playback devices.
14
* `libswresample` implements audio mixing and resampling routines.
15
* `libswscale` implements color conversion and scaling routines.
0 commit comments