[FFmpeg-devel] [PATCH] 5 patches from the Debian packaging

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Wed Mar 26 19:21:30 CET 2014


Hi,

On 08.03.2014 04:44, Timothy Gu wrote:
> This patch has more problem than it seems: *-all.html is completely
> broken, CSS is not included at all, and @subsubsection is not
> supported:
>
> (I fixed *-all generation here)
> $ make doc/ffmpeg-all.html
> HTML doc/ffmpeg-all.html
> doc/decoders.texi:65: raising the section level of @subsubsection
> which is too low
> make: *** [doc/ffmpeg-all.html] Error 1

Now I understand what you mean!
The problem lies not in different versions of texinfo, but rather in 
different versions of FFmpeg. In 2.2 a bug in decoders.texi was 
introduced, namely the @subsubsection in line 65 that causes this error 
should be a @subsection, as it is directly below a @section.

Apparently texi2html doesn't detect such bugs and thus produces strange 
output (see '14.1.0.1 AC-3 Decoder Options' on [1]).

Attached is a patch for this.

With this fixed, what do you think about switching to texinfo?

Best regards,
Andreas


1: https://ffmpeg.org/ffmpeg-all.html#Audio-Decoders
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Fix-texinfo-error.patch
Type: text/x-diff
Size: 707 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140326/8416f453/attachment.bin>


More information about the ffmpeg-devel mailing list