diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-07 22:04:08 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-07 22:04:08 +0000 |
commit | 8a4994ac989b567f5131811cc9b9fe82305e84e2 (patch) | |
tree | b3f98a0d00625c11f030e907f9d98a422a43d21c /etc | |
parent | f6208f39dd5a3f4e5bb2aba45ca17c3856a63150 (diff) |
LOCO support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15065 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index abf653bf39..4e4c968abd 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -138,6 +138,15 @@ videocodec ffaasc dll "aasc" out BGR24 +videocodec ffloco + info "LOCO video decoder" + status working + fourcc LOCO + driver ffmpeg + dll "loco" + out 422P,YV12,BGR32 query + out BGR24 flip,query + videocodec ffqtrle info "QuickTime Animation (RLE)" status working |