ref: a57e0b986e0ffdfc3fdacb5095689b8a12b20a4c
parent: 641eea83b8be472d19956a917a436861ba43c1f9
author: Ralph Giles <[email protected]>
date: Tue Aug 2 06:14:36 EDT 2011
Print the library version from test_opus. This lets us verify this part of the API is working.
--- a/src/test_opus.c
+++ b/src/test_opus.c
@@ -122,6 +122,8 @@
return 1;
}
+ fprintf(stderr, "%s\n", opus_get_version_string());
+
if (strcmp(argv[1], "-e")==0)
{
encode_only = 1;