]> git.sesse.net Git - ffmpeg/commit
ffmpeg: explicitly handle sub2video subpicture initialization
authorJan Ekström <jeebjp@gmail.com>
Fri, 22 Feb 2019 23:48:08 +0000 (01:48 +0200)
committerJan Ekström <jeebjp@gmail.com>
Mon, 16 Mar 2020 17:35:17 +0000 (19:35 +0200)
commit7ba3ea212fc054ba48618bf87018269fee5504ce
tree2c70339a4da19c9b67d9e647613b4a5590695951
parent39fbd0631407f6ce7575699248cb05057203af58
ffmpeg: explicitly handle sub2video subpicture initialization

Each time the sub2video structure is initialized, the sub2video
subpicture is initialized together with the first received heartbeat.
The heartbeat's PTS is utilized as the subpicture start time.

Additionally, add some documentation on the stages.
fftools/ffmpeg.c
fftools/ffmpeg.h
fftools/ffmpeg_filter.c