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:
Lukasz Marek 2014-02-14 23:13:37 +01:00 committed by Michael Niedermayer
parent c551431792
commit ffe50a92a8
1 changed files with 1 additions and 1 deletions

View File

@ -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 : "";