Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-12 21:11:53 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-13 00:22:39 +0400
commit1d3c87d6cdc9d452f9c9c5ba2a017033aee16686 (patch)
treebeaf316a460a84ea7bdd97eebf60d6738015a2a0 /libpostproc/postprocess.h
parent59d8050df132f0fa93a4a741fd64222a10cab4ec (diff)
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