mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 11:21:29 +00: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:
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)
|
||||
return i ? sep : "";
|
||||
|
Loading…
Reference in New Issue
Block a user