mirror of https://github.com/mpv-player/mpv
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:
parent
2d940f8e34
commit
eff331a805
|
@ -62,7 +62,7 @@ typedef struct vf_instance_s {
|
|||
|
||||
typedef struct vf_seteq_s
|
||||
{
|
||||
char *item;
|
||||
const char *item;
|
||||
int value;
|
||||
} vf_equalizer_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue