diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-06 08:51:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-06 08:51:41 +0000 |
commit | 1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9 (patch) | |
tree | a299669146479512cfb5dd4b8fb3aac30c1c3d69 /doc/ffmpeg-doc.texi | |
parent | 2986a4f83614a20174b37c47025e038a8a8c2a05 (diff) | |
download | ffmpeg-1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9.tar.gz |
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index bf54d02741..710aac5076 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -135,7 +135,7 @@ output an AVI file with MPEG-4 video and MP3 audio. Note that in this command we use B-frames so the MPEG-4 stream is DivX5 compatible, and GOP size is 300 which means one intra frame every 10 seconds for 29.97fps input video. Furthermore, the audio stream is MP3-encoded so you need -to enable LAME support by passing @code{--enable-mp3lame} to configure. +to enable LAME support by passing @code{--enable-libmp3lame} to configure. The mapping is particularly useful for DVD transcoding to get the desired audio language. |