av_bsf_next

Iterate over all registered bitstream filters.

@param opaque a pointer where libavcodec will store the iteration state. Must point to NULL to start the iteration.

@return the next registered bitstream filter or NULL when the iteration is finished

@nogc nothrow extern (C)
av_bsf_next
(
void** opaque
)

Meta