Commit af70c94c authored by Zhao Zhili's avatar Zhao Zhili Committed by Michael Niedermayer

avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 78c0030f
......@@ -39,7 +39,7 @@ typedef struct SideDataContext {
const AVClass *class;
int mode;
enum AVFrameSideDataType type;
int type; // enum AVFrameSideDataType or -1 for delete side data mode
} SideDataContext;
#define OFFSET(x) offsetof(SideDataContext, x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment