Home
last modified time | relevance | path

Searched refs:sub2video_update (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h663 void sub2video_update(InputStream *ist, int64_t heartbeat_pts, AVSubtitle *sub);
Dffmpeg.c241 void sub2video_update(InputStream *ist, int64_t heartbeat_pts, AVSubtitle *sub) in sub2video_update() function
305 sub2video_update(ist2, pts2 + 1, NULL); in sub2video_heartbeat()
319 sub2video_update(ist, INT64_MAX, NULL); in sub2video_flush()
2564 sub2video_update(ist, INT64_MIN, &subtitle); in transcode_subtitles()
Dffmpeg_filter.c1144 sub2video_update(ist, INT64_MIN, &tmp); in configure_filtergraph()