riff: document omitted field in _gst_riff_strf_auds

(aka WAVEFORMATEX)
This commit is contained in:
Mark Nauwelaerts 2010-10-27 10:20:15 +02:00
parent d421ccb440
commit 7c4fcf776f

View file

@ -444,6 +444,10 @@ typedef struct _gst_riff_strf_auds { /* == WaveHeader (?) */
guint32 rate;
guint32 av_bps;
guint16 blockalign;
#if 0
/* missing field: */
guint16 bits_per_sample;
#endif
guint16 size;
} gst_riff_strf_auds;