File: buffersrc.pxd

package info (click to toggle)
python-av 14.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,664 kB
  • sloc: python: 4,712; sh: 175; ansic: 174; makefile: 123
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
cdef extern from "libavfilter/buffersrc.h" nogil:

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