X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fhflip.h;h=a40b98470b477e045823d7ec172eefb785fd5e97;hb=2ddd6afd30601f04becb3deab67467caebfad1a9;hp=204090dbb4e2ca975df539dac83b30a644578f2b;hpb=5c1aafff2d844b177b0b20db4a38d8460992558b;p=ffmpeg diff --git a/libavfilter/hflip.h b/libavfilter/hflip.h index 204090dbb4e..a40b98470b4 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