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)
|
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
|
||||||
{
|
{
|
||||||
char *format;
|
const char *format;
|
||||||
AVBPrint dummy_buffer;
|
AVBPrint dummy_buffer;
|
||||||
|
|
||||||
if (!buf) {
|
if (!buf) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user