OSDN Git Service

x264: Expose the NV21 input support
authorYu Xiaolei <dreifachstein@gmail.com>
Fri, 31 Jul 2015 22:42:15 +0000 (06:42 +0800)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 1 Oct 2015 12:00:28 +0000 (14:00 +0200)
commiteb02387add350f2b34a3e61539fe25ec6213eb18
tree14b9cae5fdf6a23b4031bfe2fa9b8a2998f4dbda
parent74942685cb457c01937686892878403a409baf27
x264: Expose the NV21 input support

x264 build 147 adds the native support for NV21.

Useful to avoid additional pixel format conversion when encoding
from a wide range of capture devices, Android among those.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/libx264.c