diff mbox series

[FFmpeg-devel] doc/muxers.texi: fix build issue for unknown command

Message ID 20210418044153.3585-1-yejun.guo@intel.com
State Accepted
Commit ffa39eb975b14b19cb70f3a7f47e2fa5b8268e40
Headers show
Series [FFmpeg-devel] doc/muxers.texi: fix build issue for unknown command | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Guo, Yejun April 18, 2021, 4:41 a.m. UTC
The build log:
** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
*** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
*** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi April 18, 2021, 5:03 a.m. UTC | #1
On 2021-04-18 10:11, Guo, Yejun wrote:
> The build log:
> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
> *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
> *** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)

I get no warnings here. The generated docs have been live for a week now.

What's the full log? Perl version?

> ---
>   doc/muxers.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 9c5f0a93a9..93f79274b6 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -2017,7 +2017,7 @@ No extension is registered so format name has to be supplied e.g. with the ffmpe
>   @subsection data
>   
>   Data muxer accepts a single stream with any codec of any type.
> -The input stream has to be selected using the @code {-map} option with the ffmpeg CLI tool.
> +The input stream has to be selected using the @code{-map} option with the ffmpeg CLI tool.
>   
>   No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f data}.
>   


Regards,
Gyan
Guo, Yejun April 18, 2021, 9:55 a.m. UTC | #2
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> Gyan Doshi
> Sent: 2021年4月18日 13:04
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue for
> unknown command
> 
> 
> 
> On 2021-04-18 10:11, Guo, Yejun wrote:
> > The build log:
> > ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l.
> 2020)
> > *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in
> src/doc/muxers.texi l. 2020)
> > *** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in
> src/doc/muxers.texi l. 2020)
> 
> I get no warnings here. The generated docs have been live for a week now.
> 
> What's the full log? Perl version?

My system is ubuntu 18.04, more detail see below.

$ perl -v
This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi
$ ../ffmpeg/configure
$ make -j8
$ touch src/doc/muxers.texi
$ V=1 make
perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg.html >doc/ffmpeg.html.d
texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffmpeg.html src/doc/ffmpeg.texi
perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay.html >doc/ffplay.html.d
texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffplay.html src/doc/ffplay.texi
perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe.html >doc/ffprobe.html.d
texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffprobe.html src/doc/ffprobe.texi
perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg-all.html >doc/ffmpeg-all.html.d
texi2html -I doc -monolithic --D=config-all --init-file src/doc/t2h.init --output doc/ffmpeg-all.html src/doc/ffmpeg.texi
** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
*** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
*** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay-all.html >doc/ffplay-all.html.d
texi2html -I doc -monolithic --D=config-all --init-file src/doc/t2h.init --output doc/ffplay-all.html src/doc/ffplay.texi
perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe-all.html >doc/ffprobe-all.html.d
texi2html -I doc -monolithic --D=config-all --init-file src/doc/t2h.init --output doc/ffprobe-all.html src/doc/ffprobe.texi
perl src/doc/texidep.pl src src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.html >doc/ffmpeg-formats.html.d
texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffmpeg-formats.html src/doc/ffmpeg-formats.texi
** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
*** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
*** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg.pod >doc/ffmpeg.pod.d
perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffmpeg.texi doc/ffmpeg.pod
perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay.pod >doc/ffplay.pod.d
perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffplay.texi doc/ffplay.pod
perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe.pod >doc/ffprobe.pod.d
perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffprobe.texi doc/ffprobe.pod
perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg-all.pod >doc/ffmpeg-all.pod.d
perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffmpeg.texi doc/ffmpeg-all.pod
perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay-all.pod >doc/ffplay-all.pod.d
perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffplay.texi doc/ffplay-all.pod
perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe-all.pod >doc/ffprobe-all.pod.d
perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffprobe.texi doc/ffprobe-all.pod
perl src/doc/texidep.pl src src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.pod >doc/ffmpeg-formats.pod.d
perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.pod
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffmpeg.pod > doc/ffmpeg.1
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffplay.pod > doc/ffplay.1
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffprobe.pod > doc/ffprobe.1
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffmpeg-all.pod > doc/ffmpeg-all.1
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffplay-all.pod > doc/ffplay-all.1
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffprobe-all.pod > doc/ffprobe-all.1
pod2man --section=1 --center=" " --release=" " --date=" " doc/ffmpeg-formats.pod > doc/ffmpeg-formats.1
Gyan Doshi April 18, 2021, 11:31 a.m. UTC | #3
On 2021-04-18 15:25, Guo, Yejun wrote:
>
>> -----Original Message-----
>> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
>> Gyan Doshi
>> Sent: 2021年4月18日 13:04
>> To: ffmpeg-devel@ffmpeg.org
>> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue for
>> unknown command
Ok. Will apply.

>>
>>
>>
>> On 2021-04-18 10:11, Guo, Yejun wrote:
>>> The build log:
>>> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l.
>> 2020)
>>> *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in
>> src/doc/muxers.texi l. 2020)
>>> *** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in
>> src/doc/muxers.texi l. 2020)
>>
>> I get no warnings here. The generated docs have been live for a week now.
>>
>> What's the full log? Perl version?
> My system is ubuntu 18.04, more detail see below.
>
> $ perl -v
> This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi
> $ ../ffmpeg/configure
> $ make -j8
> $ touch src/doc/muxers.texi
> $ V=1 make
> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg.html >doc/ffmpeg.html.d
> texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffmpeg.html src/doc/ffmpeg.texi
> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay.html >doc/ffplay.html.d
> texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffplay.html src/doc/ffplay.texi
> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe.html >doc/ffprobe.html.d
> texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffprobe.html src/doc/ffprobe.texi
> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg-all.html >doc/ffmpeg-all.html.d
> texi2html -I doc -monolithic --D=config-all --init-file src/doc/t2h.init --output doc/ffmpeg-all.html src/doc/ffmpeg.texi
> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
> *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
> *** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay-all.html >doc/ffplay-all.html.d
> texi2html -I doc -monolithic --D=config-all --init-file src/doc/t2h.init --output doc/ffplay-all.html src/doc/ffplay.texi
> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe-all.html >doc/ffprobe-all.html.d
> texi2html -I doc -monolithic --D=config-all --init-file src/doc/t2h.init --output doc/ffprobe-all.html src/doc/ffprobe.texi
> perl src/doc/texidep.pl src src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.html >doc/ffmpeg-formats.html.d
> texi2html -I doc -monolithic --D=config-not-all --init-file src/doc/t2h.init --output doc/ffmpeg-formats.html src/doc/ffmpeg-formats.texi
> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
> *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
> *** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg.pod >doc/ffmpeg.pod.d
> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffmpeg.texi doc/ffmpeg.pod
> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay.pod >doc/ffplay.pod.d
> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffplay.texi doc/ffplay.pod
> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe.pod >doc/ffprobe.pod.d
> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffprobe.texi doc/ffprobe.pod
> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg-all.pod >doc/ffmpeg-all.pod.d
> perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffmpeg.texi doc/ffmpeg-all.pod
> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay-all.pod >doc/ffplay-all.pod.d
> perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffplay.texi doc/ffplay-all.pod
> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe-all.pod >doc/ffprobe-all.pod.d
> perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffprobe.texi doc/ffprobe-all.pod
> perl src/doc/texidep.pl src src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.pod >doc/ffmpeg-formats.pod.d
> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.pod
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffmpeg.pod > doc/ffmpeg.1
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffplay.pod > doc/ffplay.1
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffprobe.pod > doc/ffprobe.1
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffmpeg-all.pod > doc/ffmpeg-all.1
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffplay-all.pod > doc/ffplay-all.1
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffprobe-all.pod > doc/ffprobe-all.1
> pod2man --section=1 --center=" " --release=" " --date=" " doc/ffmpeg-formats.pod > doc/ffmpeg-formats.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
Gyan Doshi April 18, 2021, 3:45 p.m. UTC | #4
On 2021-04-18 17:01, Gyan Doshi wrote:
>
> On 2021-04-18 15:25, Guo, Yejun wrote:
>>
>>> -----Original Message-----
>>> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
>>> Gyan Doshi
>>> Sent: 2021年4月18日 13:04
>>> To: ffmpeg-devel@ffmpeg.org
>>> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue 
>>> for
>>> unknown command
> Ok. Will apply.

I don't see this patch on Patchwork --> 
https://patchwork.ffmpeg.org/project/ffmpeg/list/?submitter=600


>
>>>
>>>
>>>
>>> On 2021-04-18 10:11, Guo, Yejun wrote:
>>>> The build log:
>>>> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l.
>>> 2020)
>>>> *** '{' without macro. Before: -map} option with the ffmpeg CLI 
>>>> tool. (in
>>> src/doc/muxers.texi l. 2020)
>>>> *** '}' without opening '{' before: option with the ffmpeg CLI 
>>>> tool. (in
>>> src/doc/muxers.texi l. 2020)
>>>
>>> I get no warnings here. The generated docs have been live for a week 
>>> now.
>>>
>>> What's the full log? Perl version?
>> My system is ubuntu 18.04, more detail see below.
>>
>> $ perl -v
>> This is perl 5, version 26, subversion 1 (v5.26.1) built for 
>> x86_64-linux-gnu-thread-multi
>> $ ../ffmpeg/configure
>> $ make -j8
>> $ touch src/doc/muxers.texi
>> $ V=1 make
>> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg.html 
>> >doc/ffmpeg.html.d
>> texi2html -I doc -monolithic --D=config-not-all --init-file 
>> src/doc/t2h.init --output doc/ffmpeg.html src/doc/ffmpeg.texi
>> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay.html 
>> >doc/ffplay.html.d
>> texi2html -I doc -monolithic --D=config-not-all --init-file 
>> src/doc/t2h.init --output doc/ffplay.html src/doc/ffplay.texi
>> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe.html 
>> >doc/ffprobe.html.d
>> texi2html -I doc -monolithic --D=config-not-all --init-file 
>> src/doc/t2h.init --output doc/ffprobe.html src/doc/ffprobe.texi
>> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg-all.html 
>> >doc/ffmpeg-all.html.d
>> texi2html -I doc -monolithic --D=config-all --init-file 
>> src/doc/t2h.init --output doc/ffmpeg-all.html src/doc/ffmpeg.texi
>> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
>> *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. 
>> (in src/doc/muxers.texi l. 2020)
>> *** '}' without opening '{' before:  option with the ffmpeg CLI tool. 
>> (in src/doc/muxers.texi l. 2020)
>> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay-all.html 
>> >doc/ffplay-all.html.d
>> texi2html -I doc -monolithic --D=config-all --init-file 
>> src/doc/t2h.init --output doc/ffplay-all.html src/doc/ffplay.texi
>> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe-all.html 
>> >doc/ffprobe-all.html.d
>> texi2html -I doc -monolithic --D=config-all --init-file 
>> src/doc/t2h.init --output doc/ffprobe-all.html src/doc/ffprobe.texi
>> perl src/doc/texidep.pl src src/doc/ffmpeg-formats.texi 
>> doc/ffmpeg-formats.html >doc/ffmpeg-formats.html.d
>> texi2html -I doc -monolithic --D=config-not-all --init-file 
>> src/doc/t2h.init --output doc/ffmpeg-formats.html 
>> src/doc/ffmpeg-formats.texi
>> ** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
>> *** '{' without macro. Before: -map} option with the ffmpeg CLI tool. 
>> (in src/doc/muxers.texi l. 2020)
>> *** '}' without opening '{' before:  option with the ffmpeg CLI tool. 
>> (in src/doc/muxers.texi l. 2020)
>> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg.pod 
>> >doc/ffmpeg.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc 
>> src/doc/ffmpeg.texi doc/ffmpeg.pod
>> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay.pod 
>> >doc/ffplay.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc 
>> src/doc/ffplay.texi doc/ffplay.pod
>> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe.pod 
>> >doc/ffprobe.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc 
>> src/doc/ffprobe.texi doc/ffprobe.pod
>> perl src/doc/texidep.pl src src/doc/ffmpeg.texi doc/ffmpeg-all.pod 
>> >doc/ffmpeg-all.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffmpeg.texi 
>> doc/ffmpeg-all.pod
>> perl src/doc/texidep.pl src src/doc/ffplay.texi doc/ffplay-all.pod 
>> >doc/ffplay-all.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffplay.texi 
>> doc/ffplay-all.pod
>> perl src/doc/texidep.pl src src/doc/ffprobe.texi doc/ffprobe-all.pod 
>> >doc/ffprobe-all.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-all=yes -Idoc src/doc/ffprobe.texi 
>> doc/ffprobe-all.pod
>> perl src/doc/texidep.pl src src/doc/ffmpeg-formats.texi 
>> doc/ffmpeg-formats.pod >doc/ffmpeg-formats.pod.d
>> perl src/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc 
>> src/doc/ffmpeg-formats.texi doc/ffmpeg-formats.pod
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffmpeg.pod > doc/ffmpeg.1
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffplay.pod > doc/ffplay.1
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffprobe.pod > doc/ffprobe.1
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffmpeg-all.pod > doc/ffmpeg-all.1
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffplay-all.pod > doc/ffplay-all.1
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffprobe-all.pod > doc/ffprobe-all.1
>> pod2man --section=1 --center=" " --release=" " --date=" " 
>> doc/ffmpeg-formats.pod > doc/ffmpeg-formats.1
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel@ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
Guo, Yejun April 19, 2021, 1:10 a.m. UTC | #5
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> Gyan Doshi
> Sent: 2021年4月18日 23:45
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue for
> unknown command
> 
> 
> 
> On 2021-04-18 17:01, Gyan Doshi wrote:
> >
> > On 2021-04-18 15:25, Guo, Yejun wrote:
> >>
> >>> -----Original Message-----
> >>> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> >>> Gyan Doshi
> >>> Sent: 2021年4月18日 13:04
> >>> To: ffmpeg-devel@ffmpeg.org
> >>> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue
> >>> for
> >>> unknown command
> > Ok. Will apply.
> 
> I don't see this patch on Patchwork -->
> https://patchwork.ffmpeg.org/project/ffmpeg/list/?submitter=600
> 

Me too, looks that the patchwork does not work, the last patch I could see at
https://patchwork.ffmpeg.org/project/ffmpeg/list/ is 2021-04-16, no more new
patches there.

I also attach the patch file for your convenient. thanks.
Andriy Gelman April 19, 2021, 5:32 a.m. UTC | #6
Hi,

On Mon, 19. Apr 01:10, Guo, Yejun wrote:
> 
> 
> > -----Original Message-----
> > From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> > Gyan Doshi
> > Sent: 2021年4月18日 23:45
> > To: ffmpeg-devel@ffmpeg.org
> > Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue for
> > unknown command
> > 
> > 
> > 
> > On 2021-04-18 17:01, Gyan Doshi wrote:
> > >
> > > On 2021-04-18 15:25, Guo, Yejun wrote:
> > >>
> > >>> -----Original Message-----
> > >>> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> > >>> Gyan Doshi
> > >>> Sent: 2021年4月18日 13:04
> > >>> To: ffmpeg-devel@ffmpeg.org
> > >>> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue
> > >>> for
> > >>> unknown command
> > > Ok. Will apply.
> > 
> > I don't see this patch on Patchwork -->
> > https://patchwork.ffmpeg.org/project/ffmpeg/list/?submitter=600
> > 

> 
> Me too, looks that the patchwork does not work, the last patch I could see at
> https://patchwork.ffmpeg.org/project/ffmpeg/list/ is 2021-04-16, no more new
> patches there.
> 

Patchwork should be up to date now.
Gyan Doshi April 19, 2021, 5:56 a.m. UTC | #7
On 2021-04-19 11:02, Andriy Gelman wrote:
> Hi,
>
> On Mon, 19. Apr 01:10, Guo, Yejun wrote:
>>
>>> -----Original Message-----
>>> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
>>> Gyan Doshi
>>> Sent: 2021年4月18日 23:45
>>> To: ffmpeg-devel@ffmpeg.org
>>> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue for
>>> unknown command
>>>
>>>
>>>
>>> On 2021-04-18 17:01, Gyan Doshi wrote:
>>>> On 2021-04-18 15:25, Guo, Yejun wrote:
>>>>>> -----Original Message-----
>>>>>> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
>>>>>> Gyan Doshi
>>>>>> Sent: 2021年4月18日 13:04
>>>>>> To: ffmpeg-devel@ffmpeg.org
>>>>>> Subject: Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: fix build issue
>>>>>> for
>>>>>> unknown command
>>>> Ok. Will apply.
>>> I don't see this patch on Patchwork -->
>>> https://patchwork.ffmpeg.org/project/ffmpeg/list/?submitter=600
>>>
>> Me too, looks that the patchwork does not work, the last patch I could see at
>> https://patchwork.ffmpeg.org/project/ffmpeg/list/ is 2021-04-16, no more new
>> patches there.
>>
> Patchwork should be up to date now.

Applied as ffa39eb975b14b19cb70f3a7f47e2fa5b8268e40

Thanks,
Gyan
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9c5f0a93a9..93f79274b6 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2017,7 +2017,7 @@  No extension is registered so format name has to be supplied e.g. with the ffmpe
 @subsection data
 
 Data muxer accepts a single stream with any codec of any type.
-The input stream has to be selected using the @code {-map} option with the ffmpeg CLI tool.
+The input stream has to be selected using the @code{-map} option with the ffmpeg CLI tool.
 
 No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f data}.