Skip to content

Commit

Permalink
Remove our custom Enum class
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 1, 2024
1 parent eb8428d commit f00facb
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 776 deletions.
1 change: 0 additions & 1 deletion av/codec/codec.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ from typing import ClassVar, Literal, overload
from av.audio.codeccontext import AudioCodecContext
from av.audio.format import AudioFormat
from av.descriptor import Descriptor
from av.enum import EnumFlag
from av.subtitles.codeccontext import SubtitleCodecContext
from av.video.codeccontext import VideoCodecContext
from av.video.format import VideoFormat
Expand Down
4 changes: 0 additions & 4 deletions av/enum.pxd

This file was deleted.

68 changes: 0 additions & 68 deletions av/enum.pyi

This file was deleted.

296 changes: 0 additions & 296 deletions av/enum.pyx

This file was deleted.

2 changes: 0 additions & 2 deletions av/error.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

cdef int stash_exception(exc_info=*)

cpdef int err_check(int res, filename=*) except -1
cpdef make_error(int res, filename=*, log=*)
Loading

0 comments on commit f00facb

Please sign in to comment.