Yeah, I was using Gmail web interface, it does that. I'll try attaching the patch file next time.
On Thu, Mar 10, 2016 at 1:23 AM, Moritz Barsnick <barsn...@gmx.net> wrote: > On Wed, Mar 09, 2016 at 15:56:53 -0800, Sergey Volk wrote: > > - if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS) print_fmt ("id", > > "0x%x", stream->id); > > +#if FF_API_OLD_INT32_STREAM_ID > > +#define STREAM_ID_FORMAT "0x%x" > > +#else > > +#define STREAM_ID_FORMAT "0x%"PRIx64 > > +#endif > > + if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS) print_fmt ("id", > > STREAM_ID_FORMAT, stream->id); > > +#undef STREAM_ID_FORMAT > > From pure visual inspection, I believe your patch got broken (wrapped > lines) by your mailer agent or something along the line. > > Moritz > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel