mirror of https://github.com/mpv-player/mpv
Mark member info of struct ad_functions_s as const.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30705 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b2172f784d
commit
5206db7e60
|
@ -27,7 +27,7 @@ typedef mp_codec_info_t ad_info_t;
|
|||
/* interface of video decoder drivers */
|
||||
typedef struct ad_functions_s
|
||||
{
|
||||
ad_info_t *info;
|
||||
const ad_info_t *info;
|
||||
int (*preinit)(sh_audio_t *sh);
|
||||
int (*init)(sh_audio_t *sh);
|
||||
void (*uninit)(sh_audio_t *sh);
|
||||
|
|
Loading…
Reference in New Issue