summaryrefslogtreecommitdiffstats
path: root/gst/wavenc
diff options
context:
space:
mode:
Diffstat (limited to 'gst/wavenc')
-rw-r--r--gst/wavenc/riff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/wavenc/riff.h b/gst/wavenc/riff.h
index 5ec30177..f0476038 100644
--- a/gst/wavenc/riff.h
+++ b/gst/wavenc/riff.h
@@ -328,6 +328,8 @@ struct _gst_riff_strf_auds { /* == WaveHeader (?) */
#define GST_RIFF_WAVE_FORMAT_VORBIS1PLUS (0x676f)
#define GST_RIFF_WAVE_FORMAT_VORBIS2PLUS (0x6770)
#define GST_RIFF_WAVE_FORMAT_VORBIS3PLUS (0x6771)
+#define GST_RIFF_WAVE_FORMAT_GSM_AMR_CBR (0x7A21)
+#define GST_RIFF_WAVE_FORMAT_GSM_AMR_VBR (0x7A22)
guint16 channels;
guint32 rate;
guint32 av_bps;