mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
riff: document omitted field in _gst_riff_strf_auds
(aka WAVEFORMATEX)
This commit is contained in:
parent
d421ccb440
commit
7c4fcf776f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue