summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-27 18:58:36 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-27 18:58:36 +0000
commitb4f56abef5927aaa26edb038658dd477674dfe5d (patch)
tree2ccf67713d285c8b90c82f6f87d3980b4a4f2807 /DOCS
parent4f6c6ba61a1fc213c7356b9ae1b9467f177a67a5 (diff)
downloadmpv-b4f56abef5927aaa26edb038658dd477674dfe5d.tar.bz2
mpv-b4f56abef5927aaa26edb038658dd477674dfe5d.tar.xz
fix error message example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28205 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/win32-codec-howto.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/tech/win32-codec-howto.txt b/DOCS/tech/win32-codec-howto.txt
index cbf13cf72e..81dfafca83 100644
--- a/DOCS/tech/win32-codec-howto.txt
+++ b/DOCS/tech/win32-codec-howto.txt
@@ -20,7 +20,8 @@ VFW (Video for Windows) is the old video API for Windows. Its codecs have
the '.dll' or (rarely) '.drv' extension. If MPlayer fails at playing your
AVI with this kind of message:
-UNKNOWN video codec: HFYU (0x55594648)
+VIDEO: [HFYU] 352x288 24bpp 25.000 fps 4321.0 kbps (527.5 kbyte/s)
+Cannot find codec matching selected -vo and video format 0x55594648.
It means your AVI is encoded with a codec which has the HFYU fourcc (HFYU =
HuffYUV codec, DIV3 = DivX Low Motion, etc.). Now that you know this, you