mirror of
https://github.com/xiph/opus.git
synced 2025-06-01 16:17:42 +00:00
Correct opus_packet_parse code 0 packet tests.
This commit is contained in:
parent
ed4632345e
commit
970d0529ee
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ opus_int32 test_parse(void)
|
||||||
/*code 0*/
|
/*code 0*/
|
||||||
for(i=0;i<64;i++)
|
for(i=0;i<64;i++)
|
||||||
{
|
{
|
||||||
|
packet[0]=i<<2;
|
||||||
UNDEFINE_FOR_PARSE
|
UNDEFINE_FOR_PARSE
|
||||||
ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
|
ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
|
||||||
cfgs++;
|
cfgs++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue