]> git.sesse.net Git - ffmpeg/blobdiff - doc/t2h.init
doc: document the addition of the AVProbeData.mime_type field and it's implications
[ffmpeg] / doc / t2h.init
index 9dd8f91edc15417d0e2c3cba67b39b68d9b2b038..c41be2ef3762f5c0b64635a7f34ff5236774c3fa 100644 (file)
@@ -1,3 +1,7 @@
+# Init file for texi2html.
+
+# This is deprecated, and the makeinfo/texi2any version is doc/t2h.pm
+
 # no horiz rules between sections
 $end_section = \&FFmpeg_end_section;
 sub FFmpeg_end_section($$)
@@ -11,6 +15,7 @@ my $TEMPLATE_HEADER1 = $ENV{"FFMPEG_HEADER1"} || <<EOT;
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <title>FFmpeg documentation</title>
+    <link rel="stylesheet" href="bootstrap.min.css" />
     <link rel="stylesheet" href="style.min.css" />
 EOT