diff options
Diffstat (limited to 'ext/amrwb/gstamrwbenc.h')
-rw-r--r-- | ext/amrwb/gstamrwbenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/amrwb/gstamrwbenc.h b/ext/amrwb/gstamrwbenc.h index 2c872de2..1f3fa2d0 100644 --- a/ext/amrwb/gstamrwbenc.h +++ b/ext/amrwb/gstamrwbenc.h @@ -25,7 +25,6 @@ #include <amrwb/enc_if.h> #include <amrwb/typedef.h> - G_BEGIN_DECLS #define GST_TYPE_AMRWBENC \ @@ -55,6 +54,7 @@ struct _GstAmrwbEnc { void *handle; /* input settings */ + gint bandmode; gint channels, rate; }; |