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

Carl Eugen Hoyos cehoyos at ag.or.at
Wed May 27 15:15:12 CEST 2015


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.)

Carl Eugen



More information about the ffmpeg-devel mailing list