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:
diego 2010-02-22 14:04:39 +00:00
parent b2172f784d
commit 5206db7e60
1 changed files with 1 additions and 1 deletions

View File

@ -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);