mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
78c0030f34
commit
af70c94c63
@ -39,7 +39,7 @@ typedef struct SideDataContext {
|
|||||||
const AVClass *class;
|
const AVClass *class;
|
||||||
|
|
||||||
int mode;
|
int mode;
|
||||||
enum AVFrameSideDataType type;
|
int type; // enum AVFrameSideDataType or -1 for delete side data mode
|
||||||
} SideDataContext;
|
} SideDataContext;
|
||||||
|
|
||||||
#define OFFSET(x) offsetof(SideDataContext, x)
|
#define OFFSET(x) offsetof(SideDataContext, x)
|
||||||
|
Loading…
Reference in New Issue
Block a user