diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-04 10:17:52 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-04 10:17:52 +0000 |
commit | 3169c6aafd7c414886bb3a1eca68c3371a1a6580 (patch) | |
tree | 2ba3b37f365b32d43962024ec303ffa54d845150 | |
parent | 59c1fb0b7a830420469d2082f52422b53f7245f6 (diff) | |
download | mpv-3169c6aafd7c414886bb3a1eca68c3371a1a6580.tar.bz2 mpv-3169c6aafd7c414886bb3a1eca68c3371a1a6580.tar.xz |
native RV20
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11556 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/hu/codecs.html | 4 | ||||
-rw-r--r-- | DOCS/xml/en/codecs.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/hu/codecs.html b/DOCS/hu/codecs.html index d5d5b087eb..5a3a9d061c 100644 --- a/DOCS/hu/codecs.html +++ b/DOCS/hu/codecs.html @@ -245,8 +245,8 @@ lehetséges.</P> Az <B>MPlayer</B> a RealVideo összes verziójának dekódolását támogatja: <UL> - <LI>RealVideo 1.0 (fourcc RV10) - en/dekódolás <B>libavcodec-kel</B></LI> - <LI>RealVideo 2.0, 3.0, 4.0 (fourcc RV20, RV30, RV40) - dekódolás + <LI>RealVideo 1.0, 2.0 (fourcc RV10, RV20) - en/dekódolás <B>libavcodec-kel</B></LI> + <LI>RealVideo 3.0, 4.0 (fourcc RV30, RV40) - dekódolás <B>RealPlayer könyvtárakkal</B></LI> </UL> diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 83c1a2a9d5..2be47aa78b 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -391,11 +391,11 @@ RealVideo: <itemizedlist> <listitem><simpara> - RealVideo 1.0 (fourcc RV10) - en/decoding supported by + RealVideo 1.0, 2.0 (fourcc RV10, RV20) - en/decoding supported by <systemitem class="library">libavcodec</systemitem> </simpara></listitem> <listitem><simpara> - RealVideo 2.0, 3.0, 4.0 (fourcc RV20, RV30, RV40) - decoding supported by + RealVideo 3.0, 4.0 (fourcc RV30, RV40) - decoding supported by <emphasis role="bold">RealPlayer libraries</emphasis> </simpara></listitem> </itemizedlist> |