diff mbox series

[FFmpeg-devel] doc/muxers: add stub for iamf

Message ID 20240329114753.32124-1-stefasab@gmail.com
State New
Headers show
Series [FFmpeg-devel] doc/muxers: add stub for iamf | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 fail Make failed
andriy/make_x86 fail Make failed

Commit Message

Stefano Sabatini March 29, 2024, 11:47 a.m. UTC
---
 doc/muxers.texi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Comments

Michael Niedermayer March 29, 2024, 11:52 p.m. UTC | #1
On Fri, Mar 29, 2024 at 12:47:53PM +0100, Stefano Sabatini wrote:
> ---
>  doc/muxers.texi | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index f300f8c45f..23506e2ab7 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -2515,6 +2515,22 @@ Ignore IO errors during open, write and delete. Useful for long-duration runs wi
>  Set custom HTTP headers, can override built in default headers. Applicable only for HTTP output.
>  @end table
>  
> +@section{iamf}
> +
> +Immersive Audio Model and Formats (IAMF) muxer.
> +
> +IAMF is used to provide immersive audio content for presentation on a wide range
> +of devices in both streaming and offline applications. These applications
> +include internet audio streaming, multicasting/broadcasting services, file
> +download, gaming, communication, virtual and augmented reality, and others. In
> +these applications, audio may be played back on a wide range of devices, e.g.,
> +headphones, mobile phones, tablets, TVs, sound bars, home theater systems, and
> +big screens.
> +
> +This format was promoted and desgined by Alliance for Open Media.
> +
> +For more information about this format, see @url{https://aomedia.org/iamf/}.
> +

this seems to cause

*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:

thx

[...]
Stefano Sabatini March 30, 2024, 2:57 p.m. UTC | #2
On date Saturday 2024-03-30 00:52:12 +0100, Michael Niedermayer wrote:
> On Fri, Mar 29, 2024 at 12:47:53PM +0100, Stefano Sabatini wrote:
> > ---
> >  doc/muxers.texi | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> > 
> > diff --git a/doc/muxers.texi b/doc/muxers.texi
> > index f300f8c45f..23506e2ab7 100644
> > --- a/doc/muxers.texi
> > +++ b/doc/muxers.texi
> > @@ -2515,6 +2515,22 @@ Ignore IO errors during open, write and delete. Useful for long-duration runs wi
> >  Set custom HTTP headers, can override built in default headers. Applicable only for HTTP output.
> >  @end table
> >  
> > +@section{iamf}
> > +
> > +Immersive Audio Model and Formats (IAMF) muxer.
> > +
> > +IAMF is used to provide immersive audio content for presentation on a wide range
> > +of devices in both streaming and offline applications. These applications
> > +include internet audio streaming, multicasting/broadcasting services, file
> > +download, gaming, communication, virtual and augmented reality, and others. In
> > +these applications, audio may be played back on a wide range of devices, e.g.,
> > +headphones, mobile phones, tablets, TVs, sound bars, home theater systems, and
> > +big screens.
> > +
> > +This format was promoted and desgined by Alliance for Open Media.
> > +
> > +For more information about this format, see @url{https://aomedia.org/iamf/}.
> > +
> 
> this seems to cause

yes this is due to:
@section{iamf}

should be:
@section iamf

will fix and push the pending patches in a few days
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index f300f8c45f..23506e2ab7 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2515,6 +2515,22 @@  Ignore IO errors during open, write and delete. Useful for long-duration runs wi
 Set custom HTTP headers, can override built in default headers. Applicable only for HTTP output.
 @end table
 
+@section{iamf}
+
+Immersive Audio Model and Formats (IAMF) muxer.
+
+IAMF is used to provide immersive audio content for presentation on a wide range
+of devices in both streaming and offline applications. These applications
+include internet audio streaming, multicasting/broadcasting services, file
+download, gaming, communication, virtual and augmented reality, and others. In
+these applications, audio may be played back on a wide range of devices, e.g.,
+headphones, mobile phones, tablets, TVs, sound bars, home theater systems, and
+big screens.
+
+This format was promoted and desgined by Alliance for Open Media.
+
+For more information about this format, see @url{https://aomedia.org/iamf/}.
+
 @anchor{ico}
 @section ico