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