[FFmpeg-devel] [PATCH] avformat/mp3: skip junk at the beginning of mp3 files

wm4 nfxjfg at googlemail.com
Wed May 27 15:24:41 CEST 2015


On Wed, 27 May 2015 13:15:12 +0000 (UTC)
Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> wm4 <nfxjfg <at> googlemail.com> writes:
> 
> > +            av_log(s, AV_LOG_INFO, "Skipping %d bytes 
> > of junk at %lld.\n", i, (long long)off);
> 
> The cast should not be necessary, use "PRId64".
> (It is currently only used in out-commented 
> code in the libraries afaict.)

I know, but I prefer this.


More information about the ffmpeg-devel mailing list