[MPlayer-cvslog] r30939 - trunk/etc/codecs.conf
reimar
subversion at mplayerhq.hu
Fri Mar 19 20:42:23 CET 2010
Author: reimar
Date: Fri Mar 19 20:42:23 2010
New Revision: 30939
Log:
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.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Fri Mar 19 10:58:45 2010 (r30938)
+++ trunk/etc/codecs.conf Fri Mar 19 20:42:23 2010 (r30939)
@@ -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"
More information about the MPlayer-cvslog
mailing list