This makes swscale to build warning-free (thus making easier to spot mistakes while reworking it).
[PATCH 1/2] swscale: Do not shift negative values directly This of those "actual-issue-if-non-complement-2-arches existed". [PATCH 2/2] swscale: Convert the check check_image_pointers helper This is one of those "the-compiler-will-complain-no-matter-what", just converting the argument to const uint8_t *const does not help since one of the pointer is of another type. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
