Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用libfaac,我很好奇为什么faacEncOpen()接收maxOutputBytes, unsigned long*因为它只是说有多少字节可以写入输出缓冲区。
libfaac
faacEncOpen()
maxOutputBytes
unsigned long*
那么为什么它是一个指针呢?