Skip to content
Snippets Groups Projects
Commit f20eeffe authored by Guillaume Carmel-Archambault's avatar Guillaume Carmel-Archambault
Browse files

Temporary bypass of ilbc codec still in working progress

parent 0de37a5c
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ CodecDescriptor::scanCodecDirectory( void ) ...@@ -205,7 +205,7 @@ CodecDescriptor::scanCodecDirectory( void )
tmp = dirStruct -> d_name ; tmp = dirStruct -> d_name ;
if( tmp == current || tmp == previous){} if( tmp == current || tmp == previous){}
else{ else{
if( seemsValid( tmp ) ) if( seemsValid( tmp ) && strcmp(tmp.c_str(), "libcodec_ilbc.so") != 0) // TMP second condition to bypass ilbc codec
{ {
_debug("Codec : %s\n", tmp.c_str()); _debug("Codec : %s\n", tmp.c_str());
audioCodec = loadCodec( codecDir.append(tmp) ); audioCodec = loadCodec( codecDir.append(tmp) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment