Skip to content

Commit

Permalink
Update sidedata.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
Pure0319 authored Nov 13, 2024
1 parent d39a927 commit 023be3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av/sidedata/sidedata.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cdef class SideData(Buffer):
return False

def __repr__(self):
return f"<av.sidedata.{self.__class__.__name__} {self.ptr.size} bytes of {self.type} at 0x{<unsigned int>self.ptr.data:0x}>"
return self.ptr.data

@property
def type(self):
Expand Down

0 comments on commit 023be3d

Please sign in to comment.