summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-03-27 07:16:38 +0000
committerUoti Urpala <uau@mplayer2.org>2011-05-02 00:35:48 +0300
commit673a2c759788a7d3df1e0a6f9df929057724c449 (patch)
tree204df3982f08d41ffd7c850394fbc26043983d46 /etc
parenta37b71dc329b4cfc828db9c166c94d1221f2d46c (diff)
downloadmpv-673a2c759788a7d3df1e0a6f9df929057724c449.tar.bz2
mpv-673a2c759788a7d3df1e0a6f9df929057724c449.tar.xz
codecs.conf, mp_taglists: add FFmpeg Bitmap Brothers JV decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index d3df898ef8..6984effb55 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3119,6 +3119,14 @@ videocodec fffraps
dll "fraps"
out BGR24,YV12,I420
+videocodec ffjv
+ info "FFmpeg Bitmap Brothers JV"
+ status working
+ fourcc FFJV ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "jv"
+ out BGR8
+
videocodec fftiertexseq
info "FFmpeg Tiertex SEQ"
status working