mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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 Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Benoit Fouet
parent
7564658bbc
commit
10ff3ff43b
@@ -42,7 +42,7 @@
|
||||
typedef void pp_context_t;
|
||||
typedef void pp_mode_t;
|
||||
|
||||
extern char *pp_help; ///< a simple help text
|
||||
extern const char *const pp_help; ///< a simple help text
|
||||
|
||||
void pp_postprocess(uint8_t * src[3], int srcStride[3],
|
||||
uint8_t * dst[3], int dstStride[3],
|
||||
|
||||
Reference in New Issue
Block a user