mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
Expose support for 444P and 422P raw video.
patch by Stuart Cunningham <stuart_hc at yahoo dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14615 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
25c9322aa4
commit
b36af2ac13
@ -1814,6 +1814,24 @@ videocodec rawuyvy
|
||||
fourcc uyvy,UYVY
|
||||
out UYVY
|
||||
|
||||
videocodec raw444P
|
||||
info "RAW 444P"
|
||||
status working
|
||||
driver raw
|
||||
format 0x0 0x50343434
|
||||
format 0x20776172
|
||||
fourcc 444p,444P
|
||||
out 444P
|
||||
|
||||
videocodec raw422P
|
||||
info "RAW 422P"
|
||||
status working
|
||||
driver raw
|
||||
format 0x0 0x50323234
|
||||
format 0x20776172
|
||||
fourcc 422p,422P
|
||||
out 422P
|
||||
|
||||
videocodec rawyv12
|
||||
info "RAW YV12"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user