- exclude AMR / GSM EFR / EVS / Opus codecs from the default build - to make the new basic builds easier to port to new platforms / projects
This commit is contained in:
@@ -226,7 +226,7 @@ int G729Codec::plc(int lostFrames, void* output, int outputCapacity)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#if defined(USE_OPUS_CODEC)
|
||||
// -------------- Opus -------------------
|
||||
#define OPUS_CODEC_NAME "OPUS"
|
||||
#define OPUS_CODEC_RATE 16000
|
||||
@@ -526,6 +526,8 @@ int OpusCodec::plc(int lostFrames, void* output, int outputCapacity)
|
||||
}
|
||||
return lostFrames * pcmLength();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
// -------------- ILBC -------------------
|
||||
|
||||
Reference in New Issue
Block a user