From 1d3c87d6cdc9d452f9c9c5ba2a017033aee16686 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 12 Oct 2014 19:11:53 +0200 Subject: postprocess: add YUV 4:4:0 support Signed-off-by: Michael Niedermayer --- libpostproc/postprocess.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpostproc/postprocess.h') diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 928e01fe10..e00ed968d7 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -96,6 +96,7 @@ void pp_free_context(pp_context *ppContext); #define PP_FORMAT_422 (0x00000001|PP_FORMAT) #define PP_FORMAT_411 (0x00000002|PP_FORMAT) #define PP_FORMAT_444 (0x00000000|PP_FORMAT) +#define PP_FORMAT_440 (0x00000010|PP_FORMAT) #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale -- cgit v1.2.3