summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-11 17:56:19 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-11 17:56:19 +0000
commitbcb5c78ce3b3a3e0aa47122ea643ff5d407ac829 (patch)
treeee05ce639bf67cbc33a1a8656cfae3f800b6dd26 /etc/codecs.conf
parenta2dd68d6b40edfe877e3d70cdfc15074b8de69d7 (diff)
downloadmpv-bcb5c78ce3b3a3e0aa47122ea643ff5d407ac829.tar.bz2
mpv-bcb5c78ce3b3a3e0aa47122ea643ff5d407ac829.tar.xz
Allow dpx image files as input.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29489 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 68bfbf3174..cdb4e5dc6c 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -338,6 +338,14 @@ videocodec ffbmp
dll bmp
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+videocodec ffdpx
+ info "FFmpeg DPX"
+ status working
+ fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC
+ driver ffmpeg
+ dll dpx
+ out RG48BE,RG48LE
+
videocodec ffgif
info "FFmpeg GIF"
status working