We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling with libavcodec-dev 5.1.2 fails with this message:
src/helpers/Recorder.cpp:402:31: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive] 402 | _codec = avcodec_find_encoder(outFormat.avid); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | const AVCodec*
On the same system, compilation works fine after downgrading libavcodec (and assorted packages) to 4.3.x
It would be nice if it could be updated to be compatible with latest ffmpeg.
The text was updated successfully, but these errors were encountered:
This has been fixed thanks to a merged pull request (#118) (bbf9d46). I'll try to update the FFMPEG version used in the release pipeline soon.
Sorry, something went wrong.
No branches or pull requests
Compiling with libavcodec-dev 5.1.2 fails with this message:
On the same system, compilation works fine after downgrading libavcodec (and assorted packages) to 4.3.x
It would be nice if it could be updated to be compatible with latest ffmpeg.
The text was updated successfully, but these errors were encountered: