Skip to content

Commit

Permalink
Unneeded, Cython inserts this code for us
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Mar 23, 2024
1 parent 7e775ca commit 3acc918
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions av/stream.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ cdef class Stream:
AVDeprecationWarning
)

if name == "side_data":
return self.side_data
elif name == "nb_side_data":
return self.nb_side_data

# Convenience getter for codec context properties.
if self.codec_context is not None:
return getattr(self.codec_context, name)
Expand Down

0 comments on commit 3acc918

Please sign in to comment.