mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +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;
|
||||
|
||||
int mode;
|
||||
enum AVFrameSideDataType type;
|
||||
int type; // enum AVFrameSideDataType or -1 for delete side data mode
|
||||
} SideDataContext;
|
||||
|
||||
#define OFFSET(x) offsetof(SideDataContext, x)
|
||||
|
Loading…
Reference in New Issue
Block a user