0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12398 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-05-02 17:09:05 +00:00
parent e6015b2bd8
commit 7b75294003

View File

@ -158,6 +158,14 @@ videocodec ff8bps
dll "8bps"
out BGR32,BGR24,BGR8 query
videocodec ffcyuv
info "Creative YUV (libavcodec)"
status working
fourcc cyuv,CYUV
driver ffmpeg
dll "cyuv"
out 411P
videocodec cyuv
info "Creative YUV (native codec)"
status working