On 2014-10-10 10:25 +0200, Alexander Strasser wrote: [...] > I think it's no big deal and easy to change in this case:
Oops, I forgot to pseudo-diff the second change in my original mail :( -#define PRINT_PIX_FMT_FLAG(flagname, name) \ +#define PRINT_PIX_FMT_FLAG(flag, name) \ do { \ - print_int(name, !!(pixdesc->flags & AV_PIX_FMT_FLAG_##flagname)); \ + print_int(name, !!(pixdesc->flags & (flag))); \ } while (0) [...] Sorry, Alexander
pgpk_sYEWcss6.pgp
Description: PGP signature
_______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog