Renamed to Harmony

Also a CELT update
This commit is contained in:
Jean-Marc Valin 2010-10-09 21:13:22 -04:00
parent a7455ca26f
commit 38f4e9ffcb
11 changed files with 94 additions and 94 deletions

View file

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