summaryrefslogtreecommitdiff
path: root/libavfilter/vaapi_vpp.h
diff options
context:
space:
mode:
authorZachary Zhou <zachary.zhou@intel.com>2018-12-25 14:03:30 +0800
committerMark Thompson <sw@jkqxz.net>2018-12-30 18:10:16 +0000
commitb6b3159b04afab4f57ce788a5f4871244385f478 (patch)
treef6215d07a9aadb701fcb24c689432228bdd25050 /libavfilter/vaapi_vpp.h
parentba3d983c95b2054d046c9b9b79088634c54a24f0 (diff)
lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACK
Signed-off-by: Zachary Zhou <zachary.zhou@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'libavfilter/vaapi_vpp.h')
-rw-r--r--libavfilter/vaapi_vpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/vaapi_vpp.h b/libavfilter/vaapi_vpp.h
index 0bc31018d4..96f720f07d 100644
--- a/libavfilter/vaapi_vpp.h
+++ b/libavfilter/vaapi_vpp.h
@@ -27,6 +27,9 @@
#include "avfilter.h"
+// ARGB black, for VAProcPipelineParameterBuffer.output_background_color.
+#define VAAPI_VPP_BACKGROUND_BLACK 0xff000000
+
typedef struct VAAPIVPPContext {
const AVClass *class;