Skip to content

Commit 7f52190

Browse files
committed
Removed deprecated avformat_network_init func
1 parent 205d548 commit 7f52190

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

av/_core.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cimport libav as lib
22

33
# Initialise libraries.
4-
lib.avformat_network_init()
54
lib.avdevice_register_all()
65

76
# Exports.

include/libavformat/avformat.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cdef extern from "libavformat/avformat.h" nogil:
66
cdef int avformat_version()
77
cdef char* avformat_configuration()
88
cdef char* avformat_license()
9-
cdef void avformat_network_init()
109

1110
cdef int64_t INT64_MIN
1211

0 commit comments

Comments
 (0)