Index: formats/format_h263.c =================================================================== --- formats/format_h263.c (revision 87247) +++ formats/format_h263.c (working copy) @@ -186,7 +186,9 @@ static int load_module(void) { - return ast_format_register(&h263_f); + if (ast_format_register(&h263_f)) + return AST_MODULE_LOAD_FAILURE; + return AST_MODULE_LOAD_SUCCESS; } static int unload_module(void)