Skip to content
Snippets Groups Projects
Commit 970d0529 authored by Mark Harris's avatar Mark Harris Committed by Gregory Maxwell
Browse files

Correct opus_packet_parse code 0 packet tests.

parent ed463234
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment