Skip to content

add the restrict keyword for callbacks

Steve Lhomme requested to merge robUx4/vlc:restrict-callbacks into master

Some callbacks use restrict in their implementation. The caller should be aware of it as well.

Merge request reports