Re: [FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-03-03 Thread Jan Ekström
On Sun, Mar 3, 2019 at 6:03 PM Paul B Mahol wrote: > > On 3/3/19, Jan Ekström wrote: > > On Tue, Feb 26, 2019 at 2:12 AM Jan Ekström wrote: > >> > >> Each time the sub2video structure is initialized, the sub2video > >> subpicture is initialized together with the first received heartbeat. > >>

Re: [FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-03-03 Thread Paul B Mahol
On 3/3/19, Jan Ekström wrote: > On Tue, Feb 26, 2019 at 2:12 AM Jan Ekström wrote: >> >> 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. >> >>

Re: [FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-03-03 Thread Jan Ekström
On Tue, Feb 26, 2019 at 2:12 AM Jan Ekström wrote: > > 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

[FFmpeg-devel] [PATCH] ffmpeg: explicitly handle sub2video subpicture initialization

2019-02-25 Thread Jan Ekström
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| 22