summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-28 02:21:13 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-28 02:21:13 +0000
commit7f62a29ed9126ba3d55f45476f42510ca98beed7 (patch)
treee2b28036a3876d0caaa3432da6f549e2c9429ee8 /etc/codecs.conf
parentad8bc3c607807796addf0a9294a10453be67f0dc (diff)
downloadmpv-7f62a29ed9126ba3d55f45476f42510ca98beed7.tar.bz2
mpv-7f62a29ed9126ba3d55f45476f42510ca98beed7.tar.xz
0x50 enabled for mp3lib
planar YUV formats added to CYUV git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7522 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8354e2b48f..a05bb63a99 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -102,8 +102,9 @@ videocodec cyuv
status working
fourcc cyuv,CYUV
driver cyuv
- out YUY2
- out UYVY
+ out 411P
+ out YUY2,UYVY
+ out 422P
videocodec msrle
info "Microsoft RLE"
@@ -1229,8 +1230,8 @@ audiocodec mp3
info "mp3lib MPEG layer-2, layer-3"
status working
comment "Optimized to MMX/SSE/3Dnow!"
-# format 0x50 ; seams to be Layer 1 (or also 2?)
- format 0x55
+ format 0x50 ; layer-1 && layer-2
+ format 0x55 ; layer-3
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
driver mp3lib