Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h360 struct sub2video { struct
361 int64_t last_pts;
362 int64_t end_pts;
363 AVFifo *sub_queue; ///< queue of AVSubtitle* before filter init
364 AVFrame *frame;
365 int w, h;
366 unsigned int initialize; ///< marks if sub2video_update should force an initialization
367 } sub2video; member