demux/mkv: fix iso_color_tables with C++ compatibility
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]
Merge request reports
Activity
changed milestone to %4.0
added Component::Demuxers Component::Packetizers labels
added MRStatus::Reviewable label
- Resolved by Steve Lhomme
Maybe we can expose a function instead of exposing the table directly, so that we can compile it correctly.
- Resolved by Steve Lhomme
No way. This is awful. Just don't include it in C++ code.
added MRStatus::InReview label and removed MRStatus::Reviewable label
added 1 commit
- 64c7e69b - demux/mkv: fix iso_color_tables with C++ compatibility
added MRStatus::Acceptable label and removed MRStatus::InReview label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 48 commits
-
64c7e69b...15c0cf5c - 47 commits from branch
videolan:master
- 3ad34b0d - demux/mkv: fix iso_color_tables with C++ compatibility
-
64c7e69b...15c0cf5c - 47 commits from branch
enabled an automatic merge when the pipeline for 3ad34b0d succeeds