support kmvc and nuv decoders in ffmpeg

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-04-08 17:10:31 +00:00
parent fd290901bb
commit bed619897c
1 changed files with 15 additions and 0 deletions

View File

@ -9,6 +9,12 @@ release 20050728
; VIDEO CODECS
;=============================================================================
videocodec ffkmvc
fourcc KMVC
out BGR8
driver ffmpeg
dll "kmvc"
videocodec ffzmbv
info "FFmpeg Zip Motion-Block Video"
status working
@ -123,6 +129,15 @@ videocodec ffmpeg12mc
; we have only native open source codecs for these:
videocodec ffnuv
info "NuppelVideo"
status working
fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
fourcc RJPG
driver ffmpeg
dll nuv
out I420
videocodec nuv
info "NuppelVideo"
status working