]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/hflip.h
avformat/avformat: Constify AVFormatContext.*_codec pointers
[ffmpeg] / libavfilter / hflip.h
index 204090dbb4e2ca975df539dac83b30a644578f2b..a40b98470b477e045823d7ec172eefb785fd5e97 100644 (file)
@@ -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