diff mbox series

[FFmpeg-devel] doc/muxers: fix duplicate word 'that' for image2 summary

Message ID 20240103223927.1201735-1-marth64@proxyid.net
State Accepted
Commit 32a70d02f25c90a3997ff548fa407029167777ec
Headers show
Series [FFmpeg-devel] doc/muxers: fix duplicate word 'that' for image2 summary | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marth64 Jan. 3, 2024, 10:39 p.m. UTC
Signed-off-by: Marth64 <marth64@proxyid.net>
---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index f6071484ff..7b705b6a9e 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1397,7 +1397,7 @@  form @file{img%-1.jpg}, @file{img%-2.jpg}, ..., @file{img%-10.jpg},
 etc.
 
 The image muxer supports the .Y.U.V image file format. This format is
-special in that that each image frame consists of three files, for
+special in that each image frame consists of three files, for
 each of the YUV420P components. To read or write this image file format,
 specify the name of the '.Y' file. The muxer will automatically open the
 '.U' and '.V' files as required.