diff libmpcodecs/dec_video.c @ 18889:e60c8c7399d2

get_path as const, patch by Stefan Huehner, stefan AT huehner-org
author reynaldo
date Mon, 03 Jul 2006 23:27:37 +0000
parents 4231482179b6
children d9a75b26da6c
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c	Mon Jul 03 23:18:06 2006 +0000
+++ b/libmpcodecs/dec_video.c	Mon Jul 03 23:27:37 2006 +0000
@@ -251,7 +251,7 @@
     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};