跳到主要内容

av_fifo_freep2

搜索

函数 av_fifo_freep2 

源代码
pub unsafe extern "C" fn av_fifo_freep2(f: *mut *mut AVFifo)
展开描述

Free an AVFifo and reset pointer to NULL. @param f Pointer to an AVFifo to free. *f == NULL is allowed.