Re: [FFmpeg-devel] [PATCH]lavu/parseutils: Allow to parse >100 hours

2019-02-09 Thread Carl Eugen Hoyos
2019-02-09 13:27 GMT+01:00, Michael Niedermayer : > On Sat, Feb 09, 2019 at 01:24:35AM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes ticket #7721 for the reporter. >> >> Please comment, Carl Eugen > >> parseutils.c |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> 9

Re: [FFmpeg-devel] [PATCH]lavu/parseutils: Allow to parse >100 hours

2019-02-09 Thread Michael Niedermayer
On Sat, Feb 09, 2019 at 01:24:35AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #7721 for the reporter. > > Please comment, Carl Eugen > parseutils.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 9771b8afcf3e4d4a5fe55cd63f60a03cc25a117a > 0001-lavu-parse

[FFmpeg-devel] [PATCH]lavu/parseutils: Allow to parse >100 hours

2019-02-08 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #7721 for the reporter. Please comment, Carl Eugen From ba6abc57d563bcc22607ff5d9f77fdce76000bf6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 9 Feb 2019 01:20:43 +0100 Subject: [PATCH] lavu/parseutils: Allow to parse >= 100 hours. Reported and teste