FFMAX 94 libavutil/common.h #define FFMAX(a,b) ((a) > (b) ? (a) : (b)) FFMAX 26 tests/audiomatch.c #define FFMAX(a,b) ((a) > (b) ? (a) : (b))