projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make pp_help a constant array of characters to move it to .rodata.
[libav.git]
/
libpostproc
/
postprocess.c
diff --git
a/libpostproc/postprocess.c
b/libpostproc/postprocess.c
index
1e84342
..
4890bf8
100644
(file)
--- a/
libpostproc/postprocess.c
+++ b/
libpostproc/postprocess.c
@@
-694,7
+694,11
@@
static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int
/* -pp Command line Help
*/
+#if LIBPOSTPROC_VERSION_INT < (52<<16)
const char *const pp_help=
+#else
+const char pp_help[] =
+#endif
"Available postprocessing filters:\n"
"Filters Options\n"
"short long name short long option Description\n"