diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2023-06-15 15:07:05 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2023-06-15 15:07:05 +0530 |
commit | 41229ef7058702600cc6a6d09e933251d41e8f3b (patch) | |
tree | 1fda3066ef2b89e0e05601042bdf7443fee7eacb /doc | |
parent | ac7c265b33b52f914ebe05e581bbe9343eca1186 (diff) | |
download | ffmpeg-41229ef7058702600cc6a6d09e933251d41e8f3b.tar.gz |
doc/muxers: harmonize option presentation in hls
No surrounding option has the '-' prefix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 31fca17dd6..91d30c5b3b 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1325,7 +1325,7 @@ Use persistent HTTP connections. Applicable only for HTTP output. @item timeout Set timeout for socket I/O operations. Applicable only for HTTP output. -@item -ignore_io_errors +@item ignore_io_errors Ignore IO errors during open, write and delete. Useful for long-duration runs with network output. @item headers |