Lines Matching defs:sub
56 AVPacket *sub = NULL;
76 if (sub) {
77 if (frame >= sub->pts && (uint64_t)frame - sub->pts < INT64_MAX)
78 sub->duration = frame - sub->pts;
79 sub = NULL;
83 sub = ff_subtitles_queue_insert(&aqt->q, "\n", 1, 1);
84 if (!sub)
87 sub = ff_subtitles_queue_insert(&aqt->q, line, strlen(line), !new_event);
88 if (!sub)
91 sub->pts = frame;
92 sub->duration = -1;
93 sub->pos = pos;