Re: [FFmpeg-devel] [PATCH] ffmpeg: init sub2video.last_pts.

2014-11-05 Thread Michael Niedermayer
On Sat, Nov 01, 2014 at 02:38:02PM +0100, Nicolas George wrote: > Get the heartbeat working when the video has negative timestamps. > > Fix trac ticket #4062. > > Signed-off-by: Nicolas George > --- > ffmpeg_filter.c | 1 + > 1 file changed, 1 insertion(+) looks ok, applied thanks [...] --

[FFmpeg-devel] [PATCH] ffmpeg: init sub2video.last_pts.

2014-11-01 Thread Nicolas George
Get the heartbeat working when the video has negative timestamps. Fix trac ticket #4062. Signed-off-by: Nicolas George --- ffmpeg_filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c index 2ba2d9b..0555cf6 100644 --- a/ffmpeg_filter.c +++ b/ffmpeg_filte