summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/codecs.conf.txt
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 02:09:18 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 02:09:18 +0000
commitae80a63c97121a6f2694bd64a08455bd59341a11 (patch)
tree60324b0070732424d0b477344c5bc0038ec4ae1b /DOCS/tech/codecs.conf.txt
parent3962480f56fd954ecfe2bf806628c25395d0726e (diff)
downloadmpv-ae80a63c97121a6f2694bd64a08455bd59341a11.tar.bz2
mpv-ae80a63c97121a6f2694bd64a08455bd59341a11.tar.xz
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5587 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/codecs.conf.txt')
-rw-r--r--DOCS/tech/codecs.conf.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/DOCS/tech/codecs.conf.txt b/DOCS/tech/codecs.conf.txt
index 0b91922c6e..1f9c6df700 100644
--- a/DOCS/tech/codecs.conf.txt
+++ b/DOCS/tech/codecs.conf.txt
@@ -47,7 +47,6 @@ videocodec indeo5ds
out YV12
out YUY2
out BGR32,BGR24,BGR16,BGR15
- cpuflags mmx
This is a particularly full-featured video codec. The "videocodec" keyword
identifies the fact that this is the start of a new video
@@ -82,11 +81,6 @@ to output. Just like the fourcc line, there can be multiple out lines or
multiple comma-separated output formats on the same line. The output
formats should be listed in order of preference.
-The "cpuflags" identifies special operating parameters that this codec
-requires. For example, this video codec is known to use MMX
-instructions. Currently, valid strings for this keyword include mmx, sse,
-and 3dnow.
-
Audio Codecs
------------
Here is an example a rather full-featured audio codec block: