summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-28 00:50:39 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-28 00:50:39 +0000
commitb3978d78b2fe2c04057604175adb373400296df8 (patch)
treee9882c9a53c9043df8beece55f86f7f10d0d19dd /etc/codecs.conf
parentbf91f8302292ecf51db825fc30fd81f33b15b44d (diff)
downloadmpv-b3978d78b2fe2c04057604175adb373400296df8.tar.bz2
mpv-b3978d78b2fe2c04057604175adb373400296df8.tar.xz
add ffmotionpixels codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27355 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index aa539fbdcf..97b5ecca97 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -9,6 +9,15 @@ release 20070930
; VIDEO CODECS
;=============================================================================
+videocodec ffmvi1
+ info "FFmpeg Motion Pixels Decoder"
+ status working
+ fourcc MVI1 ; internal MPlayer FourCC
+ driver ffmpeg
+ dll motionpixels
+ out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+ out YV12,YUY2
+
videocodec ffmdec
info "FFmpeg Sony PlayStation MDEC (Motion DECoder)"
status working