From d84999d4800942d0ca099ba565e138423dc0d7da Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 21 Mar 2010 08:34:09 +0000 Subject: Rename SetCodecPath() --> set_codec_path(). This keeps the naming of all path-related functions consistent. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 4c4f4d8f2e..664fdb7ef0 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2702,7 +2702,7 @@ int gui_no_filename=0; #endif if (codec_path) - SetCodecPath(codec_path); + set_codec_path(codec_path); #ifndef CONFIG_GUI if(use_gui){ -- cgit v1.2.3