Mercurial > mplayer.hg
changeset 30897:3d4e6c8c08ac
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.
author | reimar |
---|---|
date | Fri, 19 Mar 2010 19:42:23 +0000 |
parents | 28af330d8c96 |
children | 200a76c94ad1 |
files | etc/codecs.conf |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Fri Mar 19 09:58:45 2010 +0000 +++ b/etc/codecs.conf Fri Mar 19 19:42:23 2010 +0000 @@ -3246,20 +3246,20 @@ 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"