Re: [FFmpeg-devel] [PATCH 2/4] ffmpeg: use reordered duration for stream PTS.

2017-04-06 Thread wm4
On Thu, 6 Apr 2017 11:04:48 +0200 Nicolas George wrote: > Le septidi 17 germinal, an CCXXV, Hendrik Leppkes a écrit : > > pkt_duration is often missing or incorrect. > > I have FATE-tested the resulting code and it exhibits no regression. FATE doesn't test most of the

Re: [FFmpeg-devel] [PATCH 2/4] ffmpeg: use reordered duration for stream PTS.

2017-04-06 Thread Nicolas George
Le septidi 17 germinal, an CCXXV, Hendrik Leppkes a écrit : > pkt_duration is often missing or incorrect. I have FATE-tested the resulting code and it exhibits no regression. > At the very last falling back to the old logic if its unset seems > sensible. I do not think so. The old logic was

Re: [FFmpeg-devel] [PATCH 2/4] ffmpeg: use reordered duration for stream PTS.

2017-04-06 Thread Hendrik Leppkes
On Thu, Apr 6, 2017 at 10:44 AM, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > ffmpeg.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > > Unchanged. Necessary for the next patches. > > > diff --git a/ffmpeg.c b/ffmpeg.c >

[FFmpeg-devel] [PATCH 2/4] ffmpeg: use reordered duration for stream PTS.

2017-04-06 Thread Nicolas George
Signed-off-by: Nicolas George --- ffmpeg.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Unchanged. Necessary for the next patches. diff --git a/ffmpeg.c b/ffmpeg.c index 4db8ea82ac..41f1f076ca 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2357,7 +2357,7 @@ static