Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions include/libavdevice/avdevice.pxd
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

cdef extern from "libavdevice/avdevice.h" nogil:

cdef int avdevice_version()
cdef int avdevice_version()
cdef char* avdevice_configuration()
cdef char* avdevice_license()
void avdevice_register_all()

AVInputFormat * av_input_audio_device_next(AVInputFormat *d)
AVInputFormat * av_input_video_device_next(AVInputFormat *d)
AVOutputFormat * av_output_audio_device_next(AVOutputFormat *d)
AVOutputFormat * av_output_video_device_next(AVOutputFormat *d)
void avdevice_register_all()
Loading