Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-27 16:32:47 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-01-27 16:32:56 +0400
commit6b2f7fd1c7285974898c31d48d477728a30199f9 (patch)
tree205aa6d68a223538dcbbb699bd1a0b4651639059 /doc/t2h.init
parentf2b6aabd3da7d0d15c7cea0a9fb649b530e2d3cb (diff)
parentf90ff772e7e35b4923c2de429d1fab9f2569b568 (diff)
Merge commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568'
* commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568': Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm. doc: update the reference for the title Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/t2h.init')
-rw-r--r--doc/t2h.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/t2h.init b/doc/t2h.init
index bb28d96790..2aab488eed 100644
--- a/doc/t2h.init
+++ b/doc/t2h.init
@@ -68,7 +68,7 @@ $print_page_head = \&FFmpeg_print_page_head;
sub FFmpeg_print_page_head($$)
{
my $fh = shift;
- my $longtitle = "$Texi2HTML::THISDOC{'title_no_texi'}";
+ my $longtitle = "$Texi2HTML::THISDOC{'fulltitle_no_texi'}";
$longtitle .= ": $Texi2HTML::NO_TEXI{'This'}" if exists $Texi2HTML::NO_TEXI{'This'};
my $description = $DOCUMENT_DESCRIPTION;
$description = $longtitle if (!defined($description));