Correct opus_packet_parse code 0 packet tests.

This commit is contained in:
Mark Harris 2013-10-11 17:22:00 -07:00 committed by Gregory Maxwell
parent ed4632345e
commit 970d0529ee

View file

@ -724,6 +724,7 @@ opus_int32 test_parse(void)
/*code 0*/
for(i=0;i<64;i++)
{
packet[0]=i<<2;
UNDEFINE_FOR_PARSE
ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
cfgs++;