Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c55 typedef struct TestSourceContext { struct
56 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 microseconds
63 AVRational sar; ///< sample aspect ratio
64 int draw_once; ///< draw only the first frame, always put out the same picture
[all …]