summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMoritz Barsnick <barsnick@gmx.net>2019-02-10 12:10:20 +0100
committerGyan Doshi <ffmpeg@gyani.pro>2019-02-10 21:12:40 +0530
commit885a80d189698633e7c94bb55fdb1dac12871483 (patch)
treed5681395e52786157cf60087dc1b6357dc26e2e2 /doc/muxers.texi
parentd20902fd2399ae04cbd5c02e83fbd90c68592555 (diff)
doc: fix various typos
Found with the help of codespell-1.14.0. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 7f7e607946..18ce9b15c7 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1018,7 +1018,7 @@ ffmpeg -re -i in.ts -b:v 1000k -b:a 64k -a53cc 1 -f hls \
http://example.com/live/out.m3u8
@end example
This example adds @code{#EXT-X-MEDIA} tag with @code{TYPE=CLOSED-CAPTIONS} in
-the master playlist with group name 'cc', langauge 'en' (english) and
+the master playlist with group name 'cc', language 'en' (english) and
INSTREAM-ID 'CC1'. Also, it adds @code{CLOSED-CAPTIONS} attribute with group
name 'cc' for the output variant stream.
@example