You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/tiff_common: add const to silent warnings
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
c551431792
commit
ffe50a92a8
@@ -75,7 +75,7 @@ unsigned ff_tget(GetByteContext *gb, int type, int le)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *auto_sep(int count, char *sep, int i, int columns)
|
static const char *auto_sep(int count, const char *sep, int i, int columns)
|
||||||
{
|
{
|
||||||
if (sep)
|
if (sep)
|
||||||
return i ? sep : "";
|
return i ? sep : "";
|
||||||
|
Reference in New Issue
Block a user