[MPlayer-cvslog] r37742 - trunk/etc/codecs.conf
cigaes
subversion at mplayerhq.hu
Sat Feb 20 11:24:09 CET 2016
Author: cigaes
Date: Sat Feb 20 11:24:08 2016
New Revision: 37742
Log:
codecs.conf: add pixel formats for ffvp9.
The following pixel formats are present in the source too
but have no MPlayer name:
AV_PIX_FMT_YUV440P10
AV_PIX_FMT_YUV440P12
AV_PIX_FMT_GBRP10
AV_PIX_FMT_GBRP12
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Tue Feb 16 22:02:03 2016 (r37741)
+++ trunk/etc/codecs.conf Sat Feb 20 11:24:08 2016 (r37742)
@@ -3015,7 +3015,11 @@ videocodec ffvp9
fourcc VP90
driver ffmpeg
dll "vp9"
- out YV12
+ out YV12,420P10,420P12
+ out 422P,422P10,422P12
+ out 440P
+ out 444P,444P10,444P12
+ out GBR24P
videocodec fflibvpx
info "FFmpeg wrapper for libvpx/VP8"
More information about the MPlayer-cvslog
mailing list