diff options
author | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-27 08:29:04 +0000 |
---|---|---|
committer | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-27 08:29:04 +0000 |
commit | 771863e03519538124c4a2c69b8e1f66da77c2a2 (patch) | |
tree | ecabb81ca915d99fd58a6fd309fb1aff2d70bfe7 /DOCS/xml/it | |
parent | 5420e790567641b738128edc90a43c43c3c596c4 (diff) |
grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26281 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/it')
-rw-r--r-- | DOCS/xml/it/codecs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/it/codecs.xml b/DOCS/xml/it/codecs.xml index 0ec18a2c5c..358ec963de 100644 --- a/DOCS/xml/it/codecs.xml +++ b/DOCS/xml/it/codecs.xml @@ -567,11 +567,11 @@ Dopodiché ricompila <application>MPlayer</application>. VFW (Video for Windows) sono le vecchie API Video per Windows. I loro codec hanno un'estensione <filename>.DLL</filename> o (raramente) <filename>.DRV</filename>. Se <application>MPlayer</application> non riesce a -riprodurre il tuo AVI dando un messaggio del tipo: +riprodurre il tuo AVI emettendo un messaggio del tipo: <screen>UNKNOWN video codec: HFYU (0x55594648)</screen> significa che il tuo AVI è codificato con un codec che ha HFYU come fourcc (HFYU = HuffYUV codec, DIV3 = DivX Low Motion, etc.). Ora che lo sai, devi -scoprire quale DLL di Windows viene caricata per reiprodurre quel file. Nel +scoprire quale DLL di Windows viene caricata per riprodurre quel file. Nel nostro caso il <filename>system.ini</filename> contiene questa informazione in una riga siffatta: <programlisting>VIDC.HFYU=huffyuv.dll</programlisting> |