Daniel Verkamp <[email protected]> writes: > Add av_page_alloc, av_page_free, and av_page_protect to allocate pages > and mark them executable, and use them to replace the equivalent > open-coded functionality in libswscale. > --- > libavutil/Makefile | 2 + > libavutil/page.c | 117 > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > libavutil/page.h | 82 ++++++++++++++++++++++++++++++++++++ > libswscale/utils.c | 45 +++----------------- > 4 files changed, 208 insertions(+), 38 deletions(-)
Adding nearly 200 lines for this silly little feature? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
