Skip to content

vlc_codecs: assert that our WAVE_FORMAT values don't match the SDK ones

Steve Lhomme requested to merge robUx4/vlc:assert-WAV-defines into master

Use _Static_Assert which doesn't require including assert.h.

Edited by Steve Lhomme

Merge request reports