X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fhflip.h;h=a40b98470b477e045823d7ec172eefb785fd5e97;hb=e3d993fab0ad4255dffd10a794fc5e1bd37047b7;hp=204090dbb4e2ca975df539dac83b30a644578f2b;hpb=ecb5546e97c479378e057f527cc1d79a46c31cb1;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