Searched defs:TestSourceContext (Results 1 – 1 of 1) sorted by relevance
53 typedef struct TestSourceContext { struct54 const AVClass *class;55 int w, h;56 unsigned int nb_frame;57 AVRational time_base, frame_rate;58 int64_t pts;59 int64_t duration; ///< duration expressed in microseconds60 AVRational sar; ///< sample aspect ratio61 int draw_once; ///< draw only the first frame, always put out the same picture85 } TestSourceContext; argument