Searched defs:TestSourceContext (Results 1 – 1 of 1) sorted by relevance
55 typedef struct TestSourceContext { struct56 const AVClass *class;57 int w, h;58 int pw, ph;59 unsigned int nb_frame;60 AVRational time_base, frame_rate;61 int64_t pts;62 int64_t duration; ///< duration expressed in microseconds63 AVRational sar; ///< sample aspect ratio64 int draw_once; ///< draw only the first frame, always put out the same picture[all …]