mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
riff: Add missing closing parenthesis to GST_RIFF_WAVE_FORMAT_ANTEX_ADPCME
Apparently this #define is unused.
This commit is contained in:
parent
f4ae53144e
commit
4d1726fddd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue