mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 06:11:04 +00: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