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

avcodec_decode_audio4 is deprecated in favor of send_packet(), send_eof() and receive_frame() #141

Open
rib opened this issue Feb 28, 2021 · 1 comment

Comments

@rib
Copy link

rib commented Feb 28, 2021

I was just looking at switching from rust-ffmpeg-next back to this project but realised one of the changes I'd miss is the addition of these send_packet(), send_eof() and receive_frame() functions for the Opened struct.

It would be great if something like this could be cherry picked...

zmwangx/rust-ffmpeg@363001f

@allan2
Copy link

allan2 commented Dec 25, 2021

It would be great if these could be added, along with send_frame().

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