diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-04-13 07:38:41 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-05-02 00:36:20 +0300 |
commit | c51e9d5ae13978cde94009d58963ce05515089e3 (patch) | |
tree | e4cd7651fed1cc636ef88a82c4801777f0ef65d6 /etc | |
parent | dbde82d0f27819f707a6b35f8c9424653a9dd544 (diff) | |
download | mpv-c51e9d5ae13978cde94009d58963ce05515089e3.tar.bz2 mpv-c51e9d5ae13978cde94009d58963ce05515089e3.tar.xz |
codecs.conf: add Kega Video (kgv1) from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 6984effb55..f798e90fca 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2605,6 +2605,14 @@ videocodec webtrain dll "wtvc.dll" out BGR16 flip +videocodec ffkega + info "FFmpeg Kega Video" + status working + fourcc KGV1 + driver ffmpeg + dll kgv1 + out BGR15 + videocodec kegavideo info "Kega Video" comment "requires MSVCR80.DLL on windows" |