]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vaapi_vpp.h
lavfi/sidedata: add missed frame side data type
[ffmpeg] / libavfilter / vaapi_vpp.h
index 0bc31018d4c7a1a0b4a9e69bf18a95efaf277622..96f720f07d97a981b01ca32bb2992117c8f4c52f 100644 (file)
@@ -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;