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

Suggesting .oga as extension for Ogg files

parent 19f9dc98
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ FILE *out_file_open(char *outFile, int rate, int *channels)
void usage(void)
{
printf ("Usage: celtdec [options] input_file.spx [output_file]\n");
printf ("Usage: celtdec [options] input_file.oga [output_file]\n");
printf ("\n");
printf ("Decodes a CELT file and produce a WAV file or raw file\n");
printf ("\n");
......
......@@ -196,7 +196,7 @@ void version_short(void)
void usage(void)
{
printf ("Usage: celtenc [options] input_file output_file\n");
printf ("Usage: celtenc [options] input_file output_file.oga\n");
printf ("\n");
printf ("Encodes input_file using CELT. It can read the WAV or raw files.\n");
printf ("\n");
......
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