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

upipe_avcdec: use copy-opaque codec flag for ffmpeg 6 #973

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

nto
Copy link
Collaborator

@nto nto commented Feb 13, 2024

FFmpeg 6 requires a threadsafe get_buffer2 callback, so we must use the copy-opaque codec flag instead of the get_buffer2 callback to transfer each incoming uref to the corresponding decoded AVFrame.

FFmpeg 6 requires a threadsafe get_buffer2 callback, so we must use the
copy-opaque codec flag instead of the get_buffer2 callback to transfer
each incoming uref to the corresponding decoded AVFrame.
@nto nto force-pushed the upipe-av-ffmpeg-6 branch from d39c4aa to a24fbae Compare February 19, 2024 22:16
@nto nto marked this pull request as ready for review February 20, 2024 13:30
@cmassiot cmassiot merged commit a2ce7c9 into Upipe:master Mar 12, 2024
7 checks passed
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