Skip to content

Commit

Permalink
remove duplicate enums
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 23, 2024
1 parent fd261b5 commit 6640f20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xpra/codecs/openh264/decoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ from libc.stdint cimport uint8_t, uintptr_t
from xpra.buffers.membuf cimport buffer_context # pylint: disable=syntax-error

cdef extern from "wels/codec_app_def.h":
int VIDEO_BITSTREAM_AVC
int VIDEO_BITSTREAM_SVC
int VIDEO_BITSTREAM_DEFAULT
ctypedef struct OpenH264Version:
unsigned int uMajor
unsigned int uMinor
Expand Down

0 comments on commit 6640f20

Please sign in to comment.