Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing stub in av.sidedata #1308

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

laggykiller
Copy link
Contributor

@laggykiller laggykiller commented Mar 3, 2024

Requires: #1306


from .sidedata import SideData

class _MotionVector(SideData):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_MotionVector is not supposed to be part of the Public API, so it's attributes should be merged with MotionVector

type: Type
DISPLAYMATRIX: int

class _SideDataContainer:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same applies here

@laggykiller
Copy link
Contributor Author

Please check, I am not sure if this fix is correct...

@WyattBlue
Copy link
Member

I think #1311 needs to be merged before this can.

@WyattBlue WyattBlue merged commit ec3c6d8 into PyAV-Org:main Mar 5, 2024
12 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants