From 4728357b58f053c28abf9bfb5e938f4dc7556790 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Sun, 9 Jul 2006 17:45:36 +0000 Subject: Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18985 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codec-cfg.h') diff --git a/codec-cfg.h b/codec-cfg.h index 8e7649d17d..9d81961659 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -58,7 +58,7 @@ typedef struct codecs_st { short cpuflags; } codecs_t; -int parse_codec_cfg(char *cfgfile); +int parse_codec_cfg(const char *cfgfile); codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start, int force); codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, -- cgit v1.2.3