From f98fa711aa712a68dc82ace38435d1e4353ed15f Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Fri, 23 Jan 2026 14:12:28 -0500 Subject: [PATCH] Remove unused libavdevice bindings --- include/libavdevice/avdevice.pxd | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/include/libavdevice/avdevice.pxd b/include/libavdevice/avdevice.pxd index bc9b4adea..31c654b10 100644 --- a/include/libavdevice/avdevice.pxd +++ b/include/libavdevice/avdevice.pxd @@ -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()