ISLEAP 85 libavformat/cutils.c if (days==365 && !ISLEAP(y)) { days=0; y++; } ISLEAP 86 libavformat/cutils.c md[1] = ISLEAP(y)?29:28;