Home
last modified time | relevance | path

Searched defs:TestSourceContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c53 typedef struct TestSourceContext { struct
54 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 microseconds
60 AVRational sar; ///< sample aspect ratio
61 int draw_once; ///< draw only the first frame, always put out the same picture
85 } TestSourceContext; argument