1
mirror of https://github.com/mpv-player/mpv synced 2024-10-06 14:54:02 +02:00

fmt_table should be const as well.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29491 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-08-11 18:15:21 +00:00
parent ee5bf60cd8
commit 8541fcf365

View File

@ -138,7 +138,7 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int
return 1;
}
static struct {
static const struct {
const char *name;
const unsigned int num;
} fmt_table[] = {