summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/format_pref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/format_pref.h b/include/asterisk/format_pref.h
index 73a0bdc45..b034c18be 100644
--- a/include/asterisk/format_pref.h
+++ b/include/asterisk/format_pref.h
@@ -34,7 +34,7 @@ struct ast_codec_pref {
/*! This array represents the format id's index in the global format list. */
char order[AST_CODEC_PREF_SIZE];
/*! This array represents the format's framing size if present. */
- char framing[AST_CODEC_PREF_SIZE];
+ int framing[AST_CODEC_PREF_SIZE];
};
/*! \page AudioCodecPref Audio Codec Preferences