1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Support ffmpeg cinepak decoder

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12442 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-05-07 21:43:18 +00:00
parent 138013ca3f
commit 0afef37727

View File

@ -268,6 +268,14 @@ videocodec cvid
out YUY2
out BGR32,BGR24
videocodec ffcvid
info "Cinepak Video (native codec)"
status working
fourcc cvid,CVID
driver ffmpeg
dll "cinepak"
out YV12
videocodec ffmszh
info "AVImszh (native codec)"
status working