Skip to content

demux: avformat: fix compilation error with up-to-date libavformat

Fatih Uzunoğlu requested to merge fuzun/vlc:demuxconstbuf into master

There is no modification done for the input buffer, parameter buf should have pointed to constant type before.

Furthermore, libavformat is now updated to enforce this. So, this fixes the compilation error with up-to-date libavformat.

Merge request reports