summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/codecs.conf')
-rw-r--r--DOCS/codecs.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf
index cdd5adaa51..fcad1c0c90 100644
--- a/DOCS/codecs.conf
+++ b/DOCS/codecs.conf
@@ -9,7 +9,7 @@ videocodec mpeg12
comment "with postprocessing"
status working
format 0x1
- format 0xFFFFFF01
+ format 0x10000001
driver libmpeg2
dll "libmpeg2"
out YV12
@@ -225,8 +225,8 @@ videocodec huffyuv
fourcc HFYU
driver vfw
dll "huffyuv.dll"
- out YUY2
- out UYVY
+; out YUY2
+; out UYVY
out BGR32,BGR24,BGR15
videocodec mszh
@@ -310,16 +310,7 @@ audiocodec msadpcm
driver acm
dll "msadp32.acm"
-; 3DNow! autodetection?
-audiocodec mp3acm
- info "MPEG layer-3"
- status working
- comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
- format 0x55
- driver acm
- dll "l3codeca.acm"
- flags seekable
-
+; now mp3lib is stable enough!?
audiocodec mp3
info "MPEG layer-2, layer-3"
status working
@@ -330,6 +321,15 @@ audiocodec mp3
dll "mp3lib (mpg123)"
flags seekable
+audiocodec mp3acm
+ info "MPEG layer-3"
+ status working
+ comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
+ format 0x55
+ driver acm
+ dll "l3codeca.acm"
+ flags seekable
+
audiocodec imaadpcm
info "IMA ADPCM"
status working