kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.02k stars 136 forks source link

Constify Recorder's _codec member #118

Closed MosesAlexander closed 1 year ago

MosesAlexander commented 2 years ago

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.

sreich commented 2 years ago

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