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

tests/decodeinputavformat: use heap-allocated m_packet #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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