summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-12 19:11:53 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-12 22:22:39 +0200
commit1d3c87d6cdc9d452f9c9c5ba2a017033aee16686 (patch)
treebeaf316a460a84ea7bdd97eebf60d6738015a2a0 /libpostproc/postprocess.h
parent59d8050df132f0fa93a4a741fd64222a10cab4ec (diff)
downloadffmpeg-1d3c87d6cdc9d452f9c9c5ba2a017033aee16686.tar.gz
postprocess: add YUV 4:4:0 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h1
1 files changed, 1 insertions, 0 deletions
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