This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 7d416470c711f3be9acb6437f96fd8a72860ef10
Author:     Daniel Verkamp <[email protected]>
AuthorDate: Tue Jun 9 01:08:38 2026 -0700
Commit:     Gyan Doshi <[email protected]>
CommitDate: Sat Jun 13 04:10:48 2026 +0000

    doc/demuxers: Document wav ignore_length option
    
    Signed-off-by: Daniel Verkamp <[email protected]>
---
 doc/demuxers.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 170fafb4bb..a1dd879b59 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -1181,6 +1181,12 @@ RIFF Wave Audio demuxer.
 
 This demuxer accepts the following options:
 @table @option
+@item ignore_length @var{bool}
+Ignore the size of the @code{data} chunk and keep reading until the end of the 
file if set.
+May be useful to read broken or partial files where the header was not 
properly updated,
+but will misinterpret files with non-audio chunks after the @code{data} chunk.
+Default is disabled.
+
 @item max_size
 Specify the maximum packet size in bytes for the demuxed packets. By default
 this is set to 0, which means that a sensible value is chosen based on the

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to