Searched defs:FieldMatchContext (Results 1 – 1 of 1) sorted by relevance
76 typedef struct FieldMatchContext { struct77 const AVClass *class;79 AVFrame *prv, *src, *nxt; ///< main sliding window of 3 frames80 AVFrame *prv2, *src2, *nxt2; ///< sliding window of the optional second stream81 int got_frame[2]; ///< frame request flag for each input stream82 int hsub[2], vsub[2]; ///< chroma subsampling values83 int bpc; ///< bytes per component84 uint32_t eof; ///< bitmask for end of stream85 int64_t lastscdiff;86 int64_t lastn;[all …]