Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c52 typedef struct TestSourceContext { struct
53 const AVClass *class;
54 int w, h;
55 unsigned int nb_frame;
56 AVRational time_base, frame_rate;
57 int64_t pts;
58 int64_t duration; ///< duration expressed in microseconds
82 } TestSourceContext; argument