Skip to content

MKV: "restrict" is not support in c++.

Ahmad Bader requested to merge (removed):gsoc2022 into master

The N_() function in the mkv.cpp and meta.c is defined in the vlc_fixups.h header and it's not included in the header files for these files.

Also, the "restrict" keyword is not supported in c++, "__restrict" is used instead with the same effect

Edited by Ahmad Bader

Merge request reports