Merge pull request #605 in FS/freeswitch from ~MARKL/freeswitch:bugfix/FS-8559-mod_shout-should-have-mpga-in-it-s to master

* commit '3293baa33690131dd42f5797930e73b0018b8f88':
  FS-8559: mod_shout should have "mpga" in it's list of supported extensions
This commit is contained in:
Mike Jerris 2015-11-19 11:04:26 -06:00
commit ae376b096e
1 changed files with 1 additions and 0 deletions

View File

@ -1707,6 +1707,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_shout_load)
supported_formats[0] = "shout";
supported_formats[1] = "mp3";
supported_formats[2] = "mpga";
/* connect my internal structure to the blank pointer passed to me */
*module_interface = switch_loadable_module_create_module_interface(pool, modname);