Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

tests/decodeinputavformat: use heap-allocated m_packet#138

Open
schopin-pro wants to merge 1 commit intointel:masterfrom
schopin-pro:fix-ffmpeg-build
Open

tests/decodeinputavformat: use heap-allocated m_packet#138
schopin-pro wants to merge 1 commit intointel:masterfrom
schopin-pro:fix-ffmpeg-build

Conversation

@schopin-pro
Copy link

This allows us to migrate away from av_init_packet() which has been
deprecated in recent FFMpeg, making the build fail.

This implementation is somewhat rough, there's probably a way to avoid
reallocating the packet each iteration, but it does the job.

This allows us to migrate away from av_init_packet() which has been
deprecated in recent FFMpeg, making the build fail.

This implementation is somewhat rough, there's probably a way to avoid
reallocating the packet each iteration, but it does the job.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant