MIDIVisualizer icon indicating copy to clipboard operation
MIDIVisualizer copied to clipboard

Constify Recorder's _codec member

Open MosesAlexander opened this issue 2 years ago • 1 comments

In FFmpeg the avcodec_find_encoder function returns a const AVCodec object since commit 626535f

This breaks the build for me on ArchLinux. This simple fix fixes the build, not runtime issues observed.

MosesAlexander avatar Apr 18 '22 23:04 MosesAlexander

I just ran into the same thing. @kosua20 can we please get this merged?

sreich avatar Jun 25 '22 22:06 sreich