Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Base Media File Format #1475
Base Media File Format #1475
Changes from 69 commits
92469f4
460a802
0844e1b
fa39234
f5c6e75
e19fca6
2104665
c608148
f0a321d
7b5854e
81e0f99
4fa0a88
04481dd
a75ac74
0360a7d
6d13e44
630fb23
ea96814
0b4b7c6
1b47e1e
64866cc
8976a23
8d7133d
bafea0f
4a96025
f190f49
29f3d5c
28b41f5
108670b
4ff8fcd
913ee33
9515e46
4ae0a1d
4d3af08
3ed67d3
5c77888
c46e800
dcfe538
44d976c
0250046
ca180e0
ea1c918
4ca05ed
f69de0d
fd9cb67
c84274e
0e1412a
55d2201
71d29fe
70eaef9
4d70f5c
4adc301
19fe69c
b983a9d
df68648
a0e6361
ee4d143
c3e7011
0ad4645
5410395
80e2030
1eeeece
3bfea0c
c59c53a
2f2dd7d
21c610e
db9bec3
87e536d
f1303cb
ae66869
2c0f3c2
e09d093
4c52861
0da1a50
9d28943
e3fd0c6
212f1b5
02477fa
19aab43
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix alignment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not this function has return type
void
? I see that in the examples and documentation we do not use the returned value.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The return value is important. It tells the caller if the code has been built with BMFF support. In the documentation and samples, we ignore the return value. However, "real" applications can use this to "gray out" a UI option such as "Use bmff support", or to post an alert such as bmff support cannot be enabled on this platform.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space missing before comment