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:
Andreas Rheinhardt 2021-08-26 13:35:20 +02:00
parent 76ff9640be
commit ffc00e5b16
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
{
char *format;
const char *format;
AVBPrint dummy_buffer;
if (!buf) {