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

Reduce const warnings #387

Merged
merged 2 commits into from
Sep 22, 2018
Merged

Reduce const warnings #387

merged 2 commits into from
Sep 22, 2018

Conversation

jlaine
Copy link
Member

@jlaine jlaine commented Sep 22, 2018

AVCodec pointers should always be passed as const AVCodec*.

This also fixes a few other missing const qualifiers.

The remaining const warnings are trickier as they are mostly a product of how Cython generates its code.

@mikeboers mikeboers merged commit e8da247 into PyAV-Org:develop Sep 22, 2018
@mikeboers
Copy link
Member

pressed the button

@mikeboers
Copy link
Member

Sorry if I'm being a little over-zealous and this wasn't ready. It is merged now. LOL

@jlaine
Copy link
Member Author

jlaine commented Sep 22, 2018

Haha, no problem, I found another couple of easy pickings which I'll put in another PR

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