From 132173bbf0606f2ad90231e74eedda4382db4cf7 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Mon, 3 Jul 2006 23:27:37 +0000 Subject: get_path as const, patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/dec_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/dec_video.c') diff --git a/libmpcodecs/dec_video.c b/libmpcodecs/dec_video.c index cd929c7b0f..cba3693e46 100644 --- a/libmpcodecs/dec_video.c +++ b/libmpcodecs/dec_video.c @@ -251,7 +251,7 @@ int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status){ return 0; } -extern char *get_path(char *filename); +extern char *get_path(const char *filename); int init_best_video_codec(sh_video_t *sh_video,char** video_codec_list,char** video_fm_list){ char* vc_l_default[2]={"",(char*)NULL}; -- cgit v1.2.3