Skip to content

Commit d88cec0

Browse files
committed
Fix #2057
1 parent 3e5b4a1 commit d88cec0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/libavcodec/avcodec.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ cdef extern from "libavcodec/avcodec.h" nogil:
336336
AVBufferRef *hw_device_ctx
337337
AVPixelFormat (*get_format)(AVCodecContext *s, const AVPixelFormat *fmt)
338338

339-
# User Data
340-
void *opaque
341339

342340
cdef AVCodecContext* avcodec_alloc_context3(AVCodec *codec)
343341
cdef void avcodec_free_context(AVCodecContext **ctx)

0 commit comments

Comments
 (0)