Mercurial > mplayer.hg
changeset 30663:94c7f4056b2b
Mark member info of struct ad_functions_s as const.
author | diego |
---|---|
date | Mon, 22 Feb 2010 14:04:39 +0000 |
parents | 0aa7c9d45f92 |
children | d21d50b4b9ce |
files | libmpcodecs/ad.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad.h Mon Feb 22 14:03:46 2010 +0000 +++ b/libmpcodecs/ad.h Mon Feb 22 14:04:39 2010 +0000 @@ -27,7 +27,7 @@ /* 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);