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 / buffersink.pxd
Size: Mime:
cdef extern from "libavfilter/buffersink.h" nogil:

    int av_buffersink_get_frame(
        AVFilterContext *ctx,
        AVFrame *frame
    )