Skip to content
Snippets Groups Projects
Commit a57e0b98 authored by Ralph Giles's avatar Ralph Giles
Browse files

Print the library version from test_opus.

This lets us verify this part of the API is working.
parent 641eea83
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,8 @@ int main(int argc, char *argv[])
return 1;
}
fprintf(stderr, "%s\n", opus_get_version_string());
if (strcmp(argv[1], "-e")==0)
{
encode_only = 1;
......
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