mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
riff-ids: remove trailing whitespace
This commit is contained in:
parent
adb24a54ca
commit
f4ae53144e
1 changed files with 3 additions and 3 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)
|
||||
|
@ -468,7 +468,7 @@ typedef struct _gst_riff_strf_auds { /* == WaveHeader (?) */
|
|||
#endif
|
||||
} gst_riff_strf_auds;
|
||||
|
||||
typedef struct _gst_riff_strf_iavs {
|
||||
typedef struct _gst_riff_strf_iavs {
|
||||
guint32 DVAAuxSrc;
|
||||
guint32 DVAAuxCtl;
|
||||
guint32 DVAAuxSrc1;
|
||||
|
@ -479,7 +479,7 @@ typedef struct _gst_riff_strf_iavs {
|
|||
guint32 DVReserved2;
|
||||
} gst_riff_strf_iavs;
|
||||
|
||||
typedef struct _gst_riff_index_entry {
|
||||
typedef struct _gst_riff_index_entry {
|
||||
guint32 id;
|
||||
guint32 flags;
|
||||
#define GST_RIFF_IF_LIST (0x00000001L)
|
||||
|
|
Loading…
Reference in a new issue