mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Resolve some compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1084,7 +1084,7 @@ int ast_codec_pref_setsize(struct ast_codec_pref *pref, int format, int framems)
|
||||
struct ast_format_list ast_codec_pref_getsize(struct ast_codec_pref *pref, int format)
|
||||
{
|
||||
int x, index = -1, framems = 0;
|
||||
struct ast_format_list fmt;
|
||||
struct ast_format_list fmt = { 0, };
|
||||
|
||||
for (x = 0; x < sizeof(AST_FORMAT_LIST) / sizeof(AST_FORMAT_LIST[0]); x++) {
|
||||
if(AST_FORMAT_LIST[x].bits == format) {
|
||||
|
Reference in New Issue
Block a user