]> git.sesse.net Git - ffmpeg/blobdiff - doc/t2h.init
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / doc / t2h.init
index 7c35cd8c53201169ca44638106193d512f209a7c..ee87ac2230aa6ccfd1cec508509b00f981e9d48f 100644 (file)
@@ -1,6 +1,6 @@
 # no horiz rules between sections
-$end_section = \&Libav_end_section;
-sub Libav_end_section($$)
+$end_section = \&FFmpeg_end_section;
+sub FFmpeg_end_section($$)
 {
 }
 
@@ -10,11 +10,11 @@ $EXTRA_HEAD =
 ';
 
 
-my $LIBAV_NAVBAR = $ENV{"LIBAV_NAVBAR"} || '';
+my $FFMPEG_NAVBAR = $ENV{"FFMPEG_NAVBAR"} || '';
 
 $AFTER_BODY_OPEN =
 '<div id="container">' .
-"\n$LIBAV_NAVBAR\n" .
+"\n$FFMPEG_NAVBAR\n" .
 '<div id="body">';
 
 $PRE_BODY_CLOSE = '</div></div>';
@@ -22,8 +22,8 @@ $PRE_BODY_CLOSE = '</div></div>';
 $SMALL_RULE = '';
 $BODYTEXT = '';
 
-$print_page_foot = \&Libav_print_page_foot;
-sub Libav_print_page_foot($$)
+$print_page_foot = \&FFmpeg_print_page_foot;
+sub FFmpeg_print_page_foot($$)
 {
     my $fh = shift;
     print $fh '<div id="footer">' . "\n";
@@ -31,8 +31,8 @@ sub Libav_print_page_foot($$)
     print $fh "</div>\n";
 }
 
-$print_page_head = \&Libav_print_page_head;
-sub Libav_print_page_head($$)
+$print_page_head = \&FFmpeg_print_page_head;
+sub FFmpeg_print_page_head($$)
 {
     my $fh = shift;
     my $longtitle = "$Texi2HTML::THISDOC{'title_no_texi'}";
@@ -45,7 +45,7 @@ sub Libav_print_page_head($$)
     my $encoding = '';
     $encoding = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$ENCODING\">" if (defined($ENCODING) and ($ENCODING ne ''));
     $longtitle =~ s/Documentation.*//g;
-    $longtitle = "Libav documentation : " . $longtitle;
+    $longtitle = "FFmpeg documentation : " . $longtitle;
 
     print $fh <<EOT;
 $DOCTYPE