mirror of https://github.com/mpv-player/mpv
codecs.conf: add Deluxe Paint Animation decoder from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
57f700d19c
commit
6d99ffbeed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue