Mercurial > mplayer.hg
changeset 30902:f405a747a35a
Rename SetCodecPath() --> set_codec_path().
This keeps the naming of all path-related functions consistent.
author | diego |
---|---|
date | Sun, 21 Mar 2010 08:34:09 +0000 |
parents | 76a13038105e |
children | 565f6d0f0d2a |
files | mencoder.c mplayer.c path.c path.h |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Sat Mar 20 23:38:27 2010 +0000 +++ b/mencoder.c Sun Mar 21 08:34:09 2010 +0000 @@ -667,7 +667,7 @@ #endif if (codec_path) - SetCodecPath(codec_path); + set_codec_path(codec_path); // check font #ifdef CONFIG_FREETYPE
--- a/mplayer.c Sat Mar 20 23:38:27 2010 +0000 +++ b/mplayer.c Sun Mar 21 08:34:09 2010 +0000 @@ -2702,7 +2702,7 @@ #endif if (codec_path) - SetCodecPath(codec_path); + set_codec_path(codec_path); #ifndef CONFIG_GUI if(use_gui){