Skip to content
Snippets Groups Projects
Commit 7cd46642 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Removes useless test in test_opus

parent 5e36e19a
No related branches found
No related tags found
No related merge requests found
......@@ -238,12 +238,6 @@ int main(int argc, char *argv[])
MAX_PACKET);
return 1;
}
if (bitrate_bps < 0 || bitrate_bps*frame_size/sampling_rate > max_payload_bytes*8)
{
fprintf (stderr, "bytes per packet must be between 0 and %d\n",
max_payload_bytes);
return 1;
}
inFile = argv[argc-2];
fin = fopen(inFile, "rb");
......
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