We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205d548 commit 7f52190Copy full SHA for 7f52190
av/_core.pyx
@@ -1,7 +1,6 @@
1
cimport libav as lib
2
3
# Initialise libraries.
4
-lib.avformat_network_init()
5
lib.avdevice_register_all()
6
7
# Exports.
include/libavformat/avformat.pxd
@@ -6,7 +6,6 @@ cdef extern from "libavformat/avformat.h" nogil:
cdef int avformat_version()
cdef char* avformat_configuration()
8
cdef char* avformat_license()
9
- cdef void avformat_network_init()
10
11
cdef int64_t INT64_MIN
12
0 commit comments