summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/g723_1_data.h')
-rw-r--r--libavcodec/g723_1_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index 38a6c59985..db7f6e4d3c 100644
--- a/libavcodec/g723_1_data.h
+++ b/libavcodec/g723_1_data.h
@@ -78,7 +78,7 @@ typedef struct G723_1_Subframe {
/**
* Pitch postfilter parameters
*/
-typedef struct {
+typedef struct PPFParam {
int index; ///< postfilter backward/forward lag
int16_t opt_gain; ///< optimal gain
int16_t sc_gain; ///< scaling gain
@@ -87,7 +87,7 @@ typedef struct {
/**
* Harmonic filter parameters
*/
-typedef struct {
+typedef struct HFParam {
int index;
int gain;
} HFParam;
@@ -95,7 +95,7 @@ typedef struct {
/**
* Optimized fixed codebook excitation parameters
*/
-typedef struct {
+typedef struct FCBParam {
int min_err;
int amp_index;
int grid_index;