Re: [libav-devel] [PATCH 09/10] vdpau: add support for 4:2:2 and 4:4:4 chroma sampling in H.264

2014-12-18 Thread Anton Khirnov
Quoting Rémi Denis-Courmont (2014-12-13 17:42:27) --- libavcodec/h264_slice.c | 6 +++--- libavcodec/vdpau.c | 11 +++ libavcodec/vdpau_h264.c | 29 - libavcodec/vdpau_internal.h | 3 +++ 4 files changed, 45 insertions(+), 4

[libav-devel] [PATCH 09/10] vdpau: add support for 4:2:2 and 4:4:4 chroma sampling in H.264

2014-12-13 Thread Rémi Denis-Courmont
--- libavcodec/h264_slice.c | 6 +++--- libavcodec/vdpau.c | 11 +++ libavcodec/vdpau_h264.c | 29 - libavcodec/vdpau_internal.h | 3 +++ 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/libavcodec/h264_slice.c