diff mbox series

[FFmpeg-devel] doc/muxers/image2: drop unmatched quote in example

Message ID 20230511155219.397347-1-andrey_utkin@fastmail.com
State Accepted
Commit 86ee0317951d6793b83fce03942ee26177663cec
Headers show
Series [FFmpeg-devel] doc/muxers/image2: drop unmatched quote in example | 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

Andriy Utkin May 11, 2023, 3:52 p.m. UTC
Percent sign is not a special character in popular shells, so the
quoting isn't necessary.
---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi May 11, 2023, 4:01 p.m. UTC | #1
On 2023-05-11 09:22 pm, Andriy Utkin wrote:
> Percent sign is not a special character in popular shells, so the
> quoting isn't necessary.
In case you have more of these coming up, just consolidate into one patch.

Regards,
Gyan
Andriy Utkin May 11, 2023, 8:46 p.m. UTC | #2
Hi Gyan, I don't have anything else. I was sending these tiny patches as I encountered these typos. I am not after the score points :)
Gyan Doshi May 12, 2023, 10:52 a.m. UTC | #3
On 2023-05-12 02:16 am, Andriy Utkin wrote:
> Hi Gyan, I don't have anything else. I was sending these tiny patches as I encountered these typos. I am not after the score points :)

Applied as 86ee0317951d6793b83fce03942ee26177663cec

Thanks,
Gyan
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index d1e825eec5..31fca17dd6 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1468,7 +1468,7 @@  ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg"
 
 You can set the file name with current frame's PTS:
 @example
-ffmpeg -f v4l2 -r 1 -i /dev/video0 -copyts -f image2 -frame_pts true %d.jpg"
+ffmpeg -f v4l2 -r 1 -i /dev/video0 -copyts -f image2 -frame_pts true %d.jpg
 @end example
 
 A more complex example is to publish contents of your desktop directly to a