diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-08 15:34:56 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-09 21:53:59 +0200 |
commit | 4c98976124f611b1a475bccb1b5177ff536be79c (patch) | |
tree | 0a31803f9e2d423d43d4974ac5fd2975fb92cc55 /doc/muxers.texi | |
parent | f98c9fb27de84dc4f6123537b754eb2fe1a80c02 (diff) | |
download | ffmpeg-4c98976124f611b1a475bccb1b5177ff536be79c.tar.gz |
doc: replace @pxref by @ref where appropriate
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 74c014bc70..bcba77cb2c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -51,7 +51,7 @@ and the input video converted to MPEG-2 video, use the command: ffmpeg -i INPUT -acodec pcm_u8 -vcodec mpeg2video -f crc - @end example -See also the @code{framecrc} muxer (@pxref{framecrc}). +See also the @ref{framecrc} muxer. @anchor{framecrc} @section framecrc @@ -88,7 +88,7 @@ MPEG-2 video, use the command: ffmpeg -i INPUT -acodec pcm_u8 -vcodec mpeg2video -f framecrc - @end example -See also the @code{crc} muxer (@pxref{crc}). +See also the @ref{crc} muxer. @section image2 |