Skip to content

Commit f79be02

Browse files
committed
README: fix typo and description of libavfilter
Thanks to Arif Driessen for bringing notice to the typo.
1 parent 254652a commit f79be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ such as audio, video, subtitles and related metadata.
99
* `libavcodec` provides implementation of a wider range of codecs.
1010
* `libavformat` implements streaming protocols, container formats and basic I/O access.
1111
* `libavutil` includes hashers, decompressors and miscellaneous utility functions.
12-
* `libavfilter` provides a mean to alter decoded Audio and Video through chain of filters.
12+
* `libavfilter` provides means to alter decoded audio and video through a directed graph of connected filters.
1313
* `libavdevice` provides an abstraction to access capture and playback devices.
1414
* `libswresample` implements audio mixing and resampling routines.
1515
* `libswscale` implements color conversion and scaling routines.

0 commit comments

Comments
 (0)