Commit ffc00e5b authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/graphdump: Use pointer to const for pointer to static strings

Reviewed-by: 's avatarNicolas George <george@nsup.org>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 76ff9640
......@@ -29,7 +29,7 @@
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
{
char *format;
const char *format;
AVBPrint dummy_buffer;
if (!buf) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment