Skip to content

demux/mkv: fix iso_color_tables with C++ compatibility

Steve Lhomme requested to merge robUx4/vlc:iso-array-designators into master

Array designators are extensions of C99 and are not supposed to be used from C++ code. We just use the code from C.

warning: array designators are a C99 extension [-Wc99-designator]

Edited by Steve Lhomme

Merge request reports