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

new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2821 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-11 03:58:46 +00:00
parent 92af740b72
commit a0682037fb

View File

@ -553,13 +553,34 @@ videocodec cyuvxa
dll "vid_cyuv.xa"
out YV12,IYUV,I420
videocodec raw
info "RAW codec (only copying)"
status untested
videocodec rawyv12
info "RAW YV12"
status working
driver raw
fourcc YV12
format 0x0
out YV12
videocodec rawuyvy
info "RAW UYVY"
status working
driver raw
format 0x0
out UYVY
videocodec rawrgb32
info "RAW RGB32"
status working
driver raw
format 0x0
out RGB32
videocodec rawrgb24
info "RAW RGB24"
status working
driver raw
format 0x0
out RGB24
videocodec null
info "NULL codec (no decoding!)"
status working