From ea8c3b79b42eacdaca29d187e514ca8d64310b0d Mon Sep 17 00:00:00 2001 From: Lukas Herman Date: Sat, 7 Nov 2020 23:45:47 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 982da18..b1e63c4 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ func main() { } ``` -Since `mediadevices` doesn't implement the video/audio codecs, it needs to call the codec libraries from the system through cgo. Therefore, you're required to install the codec libraries before you can use them in `mediadevices`. In the next section, it shows a list of available codecs, where the packages are defined, and how to install the codec library to your system. +Since `mediadevices` doesn't implement the video/audio codecs, it needs to call the codec libraries from the system through cgo. Therefore, you're required to install the codec libraries before you can use them in `mediadevices`. In the next section, it shows a list of available codecs, where the packages are defined (documentation linked), and installation instructions. -Note: there's no recommendation to choose one codec or another as it is very complex and subjective. +Note: we do not provide recommendations on choosing one codec or another as it is very complex and can be subjective. ### Video Codecs