comparison mencoder.c @ 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 ce07076345c0
comparison
equal deleted inserted replaced
30901:76a13038105e 30902:f405a747a35a
665 #ifdef CONFIG_PRIORITY 665 #ifdef CONFIG_PRIORITY
666 set_priority(); 666 set_priority();
667 #endif 667 #endif
668 668
669 if (codec_path) 669 if (codec_path)
670 SetCodecPath(codec_path); 670 set_codec_path(codec_path);
671 671
672 // check font 672 // check font
673 #ifdef CONFIG_FREETYPE 673 #ifdef CONFIG_FREETYPE
674 init_freetype(); 674 init_freetype();
675 #endif 675 #endif