diff options
author | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-30 15:04:05 +0000 |
---|---|---|
committer | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-30 15:04:05 +0000 |
commit | 83e18ed7df7d19c7c12af5e4b1764dc860559d1e (patch) | |
tree | da0f190c2e49f8ce1c83843cc4683dd81da05e84 | |
parent | b090200af30b46437dcba3e12d3bd37908507825 (diff) |
linking corrections
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27865 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/it/encoding-guide.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/it/encoding-guide.xml b/DOCS/xml/it/encoding-guide.xml index ac6e423aa2..79be5b2fe3 100644 --- a/DOCS/xml/it/encoding-guide.xml +++ b/DOCS/xml/it/encoding-guide.xml @@ -2406,7 +2406,7 @@ duration/location of each type. codec family</title> <para> -<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link> +<systemitem class="library">libavcodec</systemitem> provides simple encoding to a lot of interesting video and audio formats. You can encode to the following codecs (more or less up to date): </para> @@ -2839,7 +2839,7 @@ and development advancements, you may get very different results. <para> With this feature of -<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link> +<systemitem class="library">libavcodec</systemitem> you are able to set custom inter (I-frames/keyframes) and intra (P-frames/predicted frames) matrices. It is supported by many of the codecs: <systemitem>mpeg1video</systemitem> and <systemitem>mpeg2video</systemitem> |