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

2017-09-07 Thread Michael Niedermayer
On Thu, Sep 07, 2017 at 10:59:37AM +0200, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > ffmpeg.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) probably ok thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest

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

2017-09-07 Thread Nicolas George
Signed-off-by: Nicolas George --- ffmpeg.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index c8ee64621c..b95addd277 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2368,7 +2368,7 @@ static int decode_audio(InputStream *ist, AVPacket *pkt, int *got_out