mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/graphdump: Use pointer to const for pointer to static strings
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
76ff9640be
commit
ffc00e5b16
@ -29,7 +29,7 @@
|
||||
|
||||
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
|
||||
{
|
||||
char *format;
|
||||
const char *format;
|
||||
AVBPrint dummy_buffer;
|
||||
|
||||
if (!buf) {
|
||||
|
Loading…
Reference in New Issue
Block a user