mirror of
https://github.com/mpv-player/mpv
synced 2025-04-17 04:40:09 +00:00
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
there is no need to do any conversion during decoding. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30939 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0f759a5da0
commit
498bd63ccc
@ -3246,20 +3246,20 @@ videocodec rawyv12
|
||||
videocodec rawnv21
|
||||
info "RAW NV21"
|
||||
status working
|
||||
driver hmblck
|
||||
driver raw
|
||||
format 0x0 0x3132564E
|
||||
format 0x20776172 0x3132564E
|
||||
fourcc nv21,NV21
|
||||
out YV12
|
||||
out NV21
|
||||
|
||||
videocodec rawnv12
|
||||
info "RAW NV12"
|
||||
status working
|
||||
driver hmblck
|
||||
driver raw
|
||||
format 0x0 0x3231564E
|
||||
format 0x20776172 0x3231564E
|
||||
fourcc nv12,NV12
|
||||
out YV12
|
||||
out NV12
|
||||
|
||||
videocodec rawhm12
|
||||
info "RAW HM12"
|
||||
|
Loading…
Reference in New Issue
Block a user