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

define abs log2 min functions #40

Merged
merged 2 commits into from Jan 8, 2017

Conversation

dericed
Copy link
Contributor

@dericed dericed commented Jan 7, 2017

partly resolves #36

log2(a) The base-two logarithm of a.

min(a,b) The smallest of two values a and b.
--------------------- -------------------------------------------------
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, again typography: I suggest either to start with a capital and end with a period, or to start with a minuscule and no period at the end. I prefer the second, because these are not plain sentences.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated to the second suggestion (minuscule and no period)

@retokromer
Copy link
Contributor

LGTM

@michaelni
Copy link
Member

This doesnt merge or cherry pick cleanly

@dericed
Copy link
Contributor Author

dericed commented Jan 7, 2017

will fix

@dericed
Copy link
Contributor Author

dericed commented Jan 7, 2017

conflict resolved, ready for review

@michaelni michaelni merged commit 69a377c into FFmpeg:master Jan 8, 2017
@dericed dericed deleted the define-more-functions branch February 11, 2017 16:42
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.

add other functions used to functions section
3 participants