[FFmpeg-devel] [PATCH 6/6] avformat/mpegts: Fix argument type for av_log

Michael Niedermayer michael at niedermayer.cc
Sun Dec 27 20:00:33 EET 2020


On Sun, Dec 27, 2020 at 06:58:00PM +0100, Marton Balint wrote:
> 
> 
> On Sun, 27 Dec 2020, Michael Niedermayer wrote:
> 
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> > libavformat/mpegts.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
> > index cc292ab929..efff5130de 100644
> > --- a/libavformat/mpegts.c
> > +++ b/libavformat/mpegts.c
> > @@ -3140,7 +3140,7 @@ static int mpegts_read_header(AVFormatContext *s)
> >         s->bit_rate  = TS_PACKET_SIZE * 8 * 27000000LL / ts->pcr_incr;
> >         st->codecpar->bit_rate = s->bit_rate;
> >         st->start_time      = ts->cur_pcr;
> > -        av_log(ts->stream, AV_LOG_TRACE, "start=%0.3f pcr=%0.3f incr=%d\n",
> > +        av_log(ts->stream, AV_LOG_TRACE, "start=%0.3f pcr=%0.3f incr=%"PRId64"\n",
> >                 st->start_time / 1000000.0, pcrs[0] / 27e6, ts->pcr_incr);
> 
> LGTM, thanks.

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20201227/943e80c3/attachment.sig>


More information about the ffmpeg-devel mailing list