vf_equalizer_t string is constant

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25251 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-12-02 15:22:06 +00:00
parent 2d940f8e34
commit eff331a805
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ typedef struct vf_instance_s {
typedef struct vf_seteq_s
{
char *item;
const char *item;
int value;
} vf_equalizer_t;