-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix VIDL FFmpeg Build Issues #1708
base: master
Are you sure you want to change the base?
Conversation
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.
I've added a commit to use the more recent klv_demuxer
interface and avoid putting vxl
things in a different arrow. While I believe the changes after that commit should "work", this is a band-aid on top of a band-aid on top of unmaintained code. Hopefully we can deprecate and remove the VIDL reader in favor of the ffmpeg
arrow at some point.
(Also, if you're fine with the commit I pushed, the commits should be squashed to get rid of the ghostflow error)
Agree on eventually deprecation, I don't use klv parsing here just the reader for the time being (so just need it to build) |
No description provided.