summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-23 17:00:13 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-23 17:00:13 +0000
commitd509d4960ff6fb74bf86bf2791067197d3795440 (patch)
treea86fe1cfed50ef1bcfa8c45d55f6139b8303b284 /audio/gstsbcenc.h
parent6e49d2d6ab859761671b51b10a40b5750551e152 (diff)
Code cleanup.
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r--audio/gstsbcenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h
index f65bcc94..d81428c9 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -55,6 +55,9 @@ struct _GstSbcEnc {
gint blocks;
gint allocation;
gint subbands;
+ gint codesize;
+ gint frame_length;
+ gint frame_duration;
sbc_t sbc;
};