diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-04-22 09:16:22 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-05-02 00:36:20 +0300 |
commit | 6d99ffbeed4edeafb6eb43c513d7e98c88bca8b6 (patch) | |
tree | ae533c95d4d939c077e783790c75b5c97dae9c0b /etc/codecs.conf | |
parent | 57f700d19c92ef373ba9dea943a232ab759318b7 (diff) | |
download | mpv-6d99ffbeed4edeafb6eb43c513d7e98c88bca8b6.tar.bz2 mpv-6d99ffbeed4edeafb6eb43c513d7e98c88bca8b6.tar.xz |
codecs.conf: add Deluxe Paint Animation decoder from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33290 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-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 f798e90fca..10747a7465 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -9,6 +9,14 @@ release 20110311 ; VIDEO CODECS ;============================================================================= +videocodec ffanm + info "FFmpeg Deluxe Paint Animation" + status working + fourcc "ANM " ; internal MPlayer FourCC + driver ffmpeg + dll anm + out BGR8 + videocodec ffbinkvideo info "FFmpeg Bink Video" status working |