@ -90,11 +90,6 @@ struct ast_format *ast_format_ulaw;
*/
*/
struct ast_format * ast_format_alaw ;
struct ast_format * ast_format_alaw ;
/*!
* \ brief Built - in cached testlaw format .
*/
struct ast_format * ast_format_testlaw ;
/*!
/*!
* \ brief Built - in cached gsm format .
* \ brief Built - in cached gsm format .
*/
*/
@ -343,7 +338,6 @@ static void format_cache_shutdown(void)
ao2_replace ( ast_format_g722 , NULL ) ;
ao2_replace ( ast_format_g722 , NULL ) ;
ao2_replace ( ast_format_siren7 , NULL ) ;
ao2_replace ( ast_format_siren7 , NULL ) ;
ao2_replace ( ast_format_siren14 , NULL ) ;
ao2_replace ( ast_format_siren14 , NULL ) ;
ao2_replace ( ast_format_testlaw , NULL ) ;
ao2_replace ( ast_format_g719 , NULL ) ;
ao2_replace ( ast_format_g719 , NULL ) ;
ao2_replace ( ast_format_opus , NULL ) ;
ao2_replace ( ast_format_opus , NULL ) ;
ao2_replace ( ast_format_codec2 , NULL ) ;
ao2_replace ( ast_format_codec2 , NULL ) ;
@ -434,8 +428,6 @@ static void set_cached_format(const char *name, struct ast_format *format)
ao2_replace ( ast_format_siren7 , format ) ;
ao2_replace ( ast_format_siren7 , format ) ;
} else if ( ! strcmp ( name , " siren14 " ) ) {
} else if ( ! strcmp ( name , " siren14 " ) ) {
ao2_replace ( ast_format_siren14 , format ) ;
ao2_replace ( ast_format_siren14 , format ) ;
} else if ( ! strcmp ( name , " testlaw " ) ) {
ao2_replace ( ast_format_testlaw , format ) ;
} else if ( ! strcmp ( name , " g719 " ) ) {
} else if ( ! strcmp ( name , " g719 " ) ) {
ao2_replace ( ast_format_g719 , format ) ;
ao2_replace ( ast_format_g719 , format ) ;
} else if ( ! strcmp ( name , " opus " ) ) {
} else if ( ! strcmp ( name , " opus " ) ) {