From 498bd63ccc3a893bf949a00adb1e19ff3a75d1c9 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 19 Mar 2010 19:42:23 +0000 Subject: 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 --- etc/codecs.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 73a3bc3257..e2691909e0 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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" -- cgit v1.2.3