Browse Source

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>
tags/n2.2-rc1
Lukasz Marek Michael Niedermayer 12 years ago
parent
commit
ffe50a92a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/tiff_common.c

+ 1
- 1
libavcodec/tiff_common.c 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 : "";


Loading…
Cancel
Save