最直接的区别就是av_freep()会在av_free()的基础上,把传入的指针再置为NULL。 FFmpeg源代码: av_free() void av_free(void *ptr) { #if … 继续阅读 FFmpeg: FFmpeg中的av_free()和av_freep()区别
最直接的区别就是av_freep()会在av_free()的基础上,把传入的指针再置为NULL。 FFmpeg源代码: av_free() void av_free(void *ptr) { #if … 继续阅读 FFmpeg: FFmpeg中的av_free()和av_freep()区别