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

Allow user data pass through #221

Open
carlosfg-flu opened this issue Dec 4, 2024 · 0 comments
Open

Allow user data pass through #221

carlosfg-flu opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@carlosfg-flu
Copy link

carlosfg-flu commented Dec 4, 2024

It would be useful to link some user data to an incoming frame and be able to recover it at the output. This will make integration with frameworks like FFmpeg [1] and GStreamer [2] more seamless.

A way to achieve this would be to add a void pointer to the vvdecAccessUnit structure, which could be recovered from the corresponding vvdecFrame. Something similar to what x265 encoder has here.

[1]: FFmpeg has this opaque feature
[2]: GStreamer has GstMeta, used by GstVideoEncoder base class.

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

No branches or pull requests

2 participants