riff: Add missing closing parenthesis to GST_RIFF_WAVE_FORMAT_ANTEX_ADPCME
authorSebastian Dröge <sebastian@centricular.com>
Sun, 3 Jan 2016 08:33:53 +0000 (10:33 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 3 Jan 2016 08:33:53 +0000 (10:33 +0200)
Apparently this #define is unused.

gst-libs/gst/riff/riff-ids.h

index 74803320bca7b5e7b071f313864730319dd22aba..2c9c2d507cfe9e9294234155f392a3c05a362f82 100644 (file)
@@ -326,7 +326,7 @@ typedef struct _gst_riff_strf_auds {       /* == WaveHeader (?) */
 #define GST_RIFF_WAVE_FORMAT_DOLBY_AC2      (0x0030)
 #define GST_RIFF_WAVE_FORMAT_GSM610         (0x0031)
 #define GST_RIFF_WAVE_FORMAT_MSN            (0x0032)
-#define GST_RIFF_WAVE_FORMAT_ANTEX_ADPCME   (0x0033
+#define GST_RIFF_WAVE_FORMAT_ANTEX_ADPCME   (0x0033)
 #define GST_RIFF_WAVE_FORMAT_CONTROL_RES_VQLPC (0x0034)
 #define GST_RIFF_WAVE_FORMAT_DIGIREAL       (0x0035)
 #define GST_RIFF_WAVE_FORMAT_DIGIADPCM      (0x0036)