On Sat, Nov 12, 2016 at 13:34:02 +0100, Carl Eugen Hoyos wrote: > > + if ((ctx->lavc_build&0xFF) >= 100) { > (Do we guarantee that MICRO <= 255?)
Most of the version macros in libavutil/version.h will not behave as expected if not, as they assume 8 bits. So, yes, that's an implicit requirement. Moritz _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel