mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
added UCOD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5746 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
35c605a7ba
commit
8f1734799b
@ -789,6 +789,18 @@ videocodec pim1
|
||||
; out YUY2
|
||||
; out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
; CLRVIDDC.DLL needed too, with uppercase
|
||||
videocodec ucod
|
||||
info "UCOD-ClearVideo"
|
||||
status working
|
||||
comment "BGR16 is buggy"
|
||||
fourcc UCOD
|
||||
driver vfw
|
||||
dll "clrviddd.dll"
|
||||
out UYVY
|
||||
out BGR32,BGR24,BGR15 flip
|
||||
; out BGR16 flip
|
||||
|
||||
; raw formats: (now RGB formats are autodetected)
|
||||
|
||||
; these raw codecs are used mostly by tv input
|
||||
|
Loading…
Reference in New Issue
Block a user