Re: [FFmpeg-devel] [PATCH] avformat/mlpdec: fix time_base for packet timestamps

2021-09-06 Thread Paul B Mahol
will apply soon ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] avformat/mlpdec: fix time_base for packet timestamps

2021-09-05 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/mlpdec.c | 43 --- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/libavformat/mlpdec.c b/libavformat/mlpdec.c index 8f0aabb510..f0996fef31 100644 --- a/libavformat/mlpdec.c +++ b/libavformat/mlpdec

Re: [FFmpeg-devel] [PATCH] avformat/mlpdec: fix time_base for packet timestamps

2021-09-05 Thread Andreas Rheinhardt
Paul B Mahol: > On Sun, Sep 5, 2021 at 6:12 PM Andreas Rheinhardt < > andreas.rheinha...@outlook.com> wrote: > >> Paul B Mahol: >>> Signed-off-by: Paul B Mahol >>> --- >>> libavformat/mlpdec.c | 38 +++--- >>> 1 file changed, 35 insertions(+), 3 deletions(-) >>> >

Re: [FFmpeg-devel] [PATCH] avformat/mlpdec: fix time_base for packet timestamps

2021-09-05 Thread Paul B Mahol
On Sun, Sep 5, 2021 at 6:12 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > Signed-off-by: Paul B Mahol > > --- > > libavformat/mlpdec.c | 38 +++--- > > 1 file changed, 35 insertions(+), 3 deletions(-) > > > > diff --git a/libav

Re: [FFmpeg-devel] [PATCH] avformat/mlpdec: fix time_base for packet timestamps

2021-09-05 Thread Andreas Rheinhardt
Paul B Mahol: > Signed-off-by: Paul B Mahol > --- > libavformat/mlpdec.c | 38 +++--- > 1 file changed, 35 insertions(+), 3 deletions(-) > > diff --git a/libavformat/mlpdec.c b/libavformat/mlpdec.c > index 8f0aabb510..f13d0fac8c 100644 > --- a/libavformat/mlpdec.c

[FFmpeg-devel] [PATCH] avformat/mlpdec: fix time_base for packet timestamps

2021-09-05 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/mlpdec.c | 38 +++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/libavformat/mlpdec.c b/libavformat/mlpdec.c index 8f0aabb510..f13d0fac8c 100644 --- a/libavformat/mlpdec.c +++ b/libavformat/mlpdec.c @@