API renamed to Opus

This commit is contained in:
Jean-Marc Valin 2010-10-18 12:50:49 -04:00
parent 4e777532ee
commit 05dd36a1b3
10 changed files with 93 additions and 93 deletions

View file

@ -100,7 +100,7 @@ int count_frames(unsigned char *packet, int len)
}
#define MAX_FRAMES 256
int harmony_merge_packets(unsigned char **packets, int *plen, int nb_packets,
int opus_merge_packets(unsigned char **packets, int *plen, int nb_packets,
unsigned *output, int maxlen)
{
int i;