From 10ff3ff43b4c23410218497af3f1d7f8c8bb60e0 Mon Sep 17 00:00:00 2001 From: Diego Pettenò Date: Fri, 4 Jan 2008 07:47:32 +0000 Subject: Make pp_help a constant pointer to constant characters, moves it partially in .rodata (the actual string) and partially in .data.relro (the pointer), but doesn't change ABI. Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpostproc/postprocess.c') diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index e52574c397..9f5ab1fcbb 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -697,7 +697,7 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int /* -pp Command line Help */ -char *pp_help= +const char *const pp_help= "Available postprocessing filters:\n" "Filters Options\n" "short long name short long option Description\n" -- cgit v1.2.3