summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 10:14:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 10:14:55 +0000
commit6c2394f0b4ca4a9f267c15fe86e8681f33abbc17 (patch)
treeda3aee8b3fed82cf2b9b542e83f5636ad2e683ef /etc/codecs.conf
parent05bc68ae36ab3eb258e889f3d205a016fceae9a4 (diff)
downloadmpv-6c2394f0b4ca4a9f267c15fe86e8681f33abbc17.tar.bz2
mpv-6c2394f0b4ca4a9f267c15fe86e8681f33abbc17.tar.xz
Add BFI video support through FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26491 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 d9403c65a2..6537954035 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2095,6 +2095,14 @@ videocodec ffthp
dll thp
out YV12
+videocodec ffbfi
+ info "FFmpeg BFI Video"
+ status working
+ fourcc BFIV ; internal MPlayer FourCC
+ driver ffmpeg
+ dll bfi
+ out BGR8
+
videocodec ffbethsoftvid
info "FFmpeg Bethesda Software VID"
comment "video plays much too fast"