Re: [FFmpeg-devel] [PATCH 06/13] avformat/mux: Use av_packet_rescale_ts

2019-08-14 Thread Michael Niedermayer
On Wed, Aug 14, 2019 at 05:59:13PM +0200, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics i

Re: [FFmpeg-devel] [PATCH 06/13] avformat/mux: Use av_packet_rescale_ts

2019-08-14 Thread Paul B Mahol
LGTM On Tue, Aug 13, 2019 at 4:55 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > ff_write_chained essentially duplicated the functionality of > av_packet_rescale_ts. This has been changed. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/mux.c | 16 > 1

[FFmpeg-devel] [PATCH 06/13] avformat/mux: Use av_packet_rescale_ts

2019-08-12 Thread Andreas Rheinhardt
ff_write_chained essentially duplicated the functionality of av_packet_rescale_ts. This has been changed. Signed-off-by: Andreas Rheinhardt --- libavformat/mux.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index 44ce