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

Muxers: Add native muxer implementation #248

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

IanDBird
Copy link
Contributor

Context: #235

This code includes the native code for the libavformat based muxer. It provides a wrapper around the required functionality, as well as the JNI code required for exposing it to the KT/Java classes (coming in later PR).

I wasn't sure how much commenting / documentation you would like for the C++ code, so if more is required, just let me know and I can do another pass.


# Include additional headers that would be generated via the configure (which won't be there in
# the downloaded artifact.
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/ffmpeg_bundled/extra")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hopefully the last cmake change 😅 Turned out that the configure auto-generated this header, so included in the repo to augment the vanilla source that we download (when the user doesn't have their own checkout).

@izzytwosheds izzytwosheds merged commit d41dfed into linkedin:main Feb 10, 2023
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