Skip to content

Commit

Permalink
Re-enable extra-codecs
Browse files Browse the repository at this point in the history
git-svn-id: http://csipsimple.googlecode.com/svn/trunk/CSipSimple@2470 9f815046-5998-e9c0-b7e2-ac03a23edfa4
  • Loading branch information
r3gis3r committed Mar 20, 2015
1 parent 1098796 commit fd1e332
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/csipsimple/pjsip/PjSipService.java
Expand Up @@ -315,7 +315,6 @@ public boolean sipStart() throws SameThreadException {
dynamic_factory[] cssCodecs = cssCfg.getExtra_aud_codecs();

int i = 0;
/*
for (Entry<String, DynCodecInfos> availableCodec : availableCodecs.entrySet()) {
DynCodecInfos dyn = availableCodec.getValue();
if (!TextUtils.isEmpty(dyn.libraryPath)) {
Expand All @@ -325,7 +324,6 @@ public boolean sipStart() throws SameThreadException {
}
}
cssCfg.setExtra_aud_codecs_cnt(i);
*/

// Audio implementation
int implementation = prefsWrapper
Expand Down

0 comments on commit fd1e332

Please sign in to comment.