Searched defs:sub2video (Results 1 – 1 of 1) sorted by relevance
360 struct sub2video { struct361 int64_t last_pts;362 int64_t end_pts;363 AVFifo *sub_queue; ///< queue of AVSubtitle* before filter init364 AVFrame *frame;365 int w, h;366 unsigned int initialize; ///< marks if sub2video_update should force an initialization367 } sub2video; member