summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-19 19:42:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-19 19:42:23 +0000
commit498bd63ccc3a893bf949a00adb1e19ff3a75d1c9 (patch)
tree130e63fc398d4f429539777dff0e1fd8e2e6fe16 /etc
parent0f759a5da0a280526bb60e9f54e2ee634aaa7e44 (diff)
downloadmpv-498bd63ccc3a893bf949a00adb1e19ff3a75d1c9.tar.bz2
mpv-498bd63ccc3a893bf949a00adb1e19ff3a75d1c9.tar.xz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 4 insertions, 4 deletions
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"