You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_*_qsv: Fix flags
Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#define OVERLAY 1
|
||||
|
||||
#define OFFSET(x) offsetof(QSVOverlayContext, x)
|
||||
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM
|
||||
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM)
|
||||
|
||||
enum var_name {
|
||||
VAR_MAIN_iW, VAR_MW,
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include "qsvvpp.h"
|
||||
|
||||
#define OFFSET(x) offsetof(VPPContext, x)
|
||||
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM
|
||||
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM)
|
||||
|
||||
/* number of video enhancement filters */
|
||||
#define ENH_FILTERS_COUNT (5)
|
||||
|
Reference in New Issue
Block a user