Commit 90534dfc authored by benoit's avatar benoit

Fix warning "format not a string literal and no format arguments".


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16164 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ddfe8a0c
...@@ -81,9 +81,9 @@ ...@@ -81,9 +81,9 @@
#include <amrnb/interf_enc.h> #include <amrnb/interf_enc.h>
#endif #endif
static const char *nb_bitrate_unsupported = static const char nb_bitrate_unsupported[] =
"bitrate not supported: use one of 4.75k, 5.15k, 5.9k, 6.7k, 7.4k, 7.95k, 10.2k or 12.2k\n"; "bitrate not supported: use one of 4.75k, 5.15k, 5.9k, 6.7k, 7.4k, 7.95k, 10.2k or 12.2k\n";
static const char *wb_bitrate_unsupported = static const char wb_bitrate_unsupported[] =
"bitrate not supported: use one of 6.6k, 8.85k, 12.65k, 14.25k, 15.85k, 18.25k, 19.85k, 23.05k, or 23.85k\n"; "bitrate not supported: use one of 6.6k, 8.85k, 12.65k, 14.25k, 15.85k, 18.25k, 19.85k, 23.05k, or 23.85k\n";
/* Common code for fixed and float version*/ /* Common code for fixed and float version*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment