diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-10-27 15:31:38 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-10-27 15:32:25 +0100 |
commit | 5b53dd0803baefa16dad31989874d7389ca7eac8 (patch) | |
tree | 0b8eaaf378ce2a4ec04b6ca9a075bb094726c791 /doc | |
parent | efc5a54cab8af93eb7bc734e0dd9f91dd6646b0d (diff) | |
download | ffmpeg-5b53dd0803baefa16dad31989874d7389ca7eac8.tar.gz |
doc/encoders: replace @xref with @ref command
@xref is ignored by texi2pod.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index db48998a55..67f2a39278 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -503,7 +503,8 @@ Requires the presence of the libmp3lame headers and library during configuration. You need to explicitly configure the build with @code{--enable-libmp3lame}. -@xref{libshine} for a fixed-point MP3 encoder, although with a lower quality. +See @ref{libshine} for a fixed-point MP3 encoder, although with a +lower quality. @subsection Options |