Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
av / include / libavfilter / buffersrc.pxd
Size: Mime:
cdef extern from "libavfilter/buffersrc.h" nogil:

    int av_buffersrc_write_frame(
        AVFilterContext *ctx,
        const AVFrame *frame
    )