summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h2
1 files changed, 1 insertions, 1 deletions
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,