Searched refs:sub2video_update (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 663 void sub2video_update(InputStream *ist, int64_t heartbeat_pts, AVSubtitle *sub);
|
D | ffmpeg.c | 241 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()
|
D | ffmpeg_filter.c | 1144 sub2video_update(ist, INT64_MIN, &tmp); in configure_filtergraph()
|