On Thu, Aug 20, 2015 at 9:29 PM, Timothy Gu <[email protected]> wrote: > On Thu, Aug 20, 2015 at 6:03 PM Ganesh Ajjanagadde <[email protected]> > wrote: >> >> - avio_printf(pb, "Running as pid %d.\n", stream->pid); >> + avio_printf(pb, "Running as pid %ld.\n", (int64_t) >> stream->pid); > > > You need `"%" PRIi64` as the format specifier.
You are right. Thanks, will post updated patch. > > Timothy _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
