aboutsummaryrefslogtreecommitdiff
path: root/libavfilter/hflip.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/hflip.h')
-rw-r--r--libavfilter/hflip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/hflip.h b/libavfilter/hflip.h
index 204090dbb4..a40b98470b 100644
--- a/libavfilter/hflip.h
+++ b/libavfilter/hflip.h
@@ -27,6 +27,7 @@
typedef struct FlipContext {
const AVClass *class;
int max_step[4]; ///< max pixel step for each plane, expressed as a number of bytes
+ int bayer_plus1; ///< 1 .. not a Bayer input format, 2 .. Bayer input format
int planewidth[4]; ///< width of each plane
int planeheight[4]; ///< height of each plane