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

Use 'libopus' rather than 'Opus' in the version string.

This better distinguishes the reference implementation,
which is what this string is meant to do. Thanks to
Greg Maxwell for the suggestion.
parent a57e0b98
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
#include "opus.h"
#ifndef OPUS_VERSION
#define OPUS_VERSION "Opus version unknown"
#define OPUS_VERSION "libopus version unknown"
#endif
const char *opus_strerror(int error)
......@@ -55,5 +55,5 @@ const char *opus_strerror(int error)
const char *opus_get_version_string(void)
{
return "Opus " OPUS_VERSION;
return "libopus " OPUS_VERSION;
}
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