From 4b11e833b886045d89d4435fac5cf0b2275dc7e9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 28 Apr 2009 19:51:50 +0000 Subject: Convert names to the FFmpeg style. Originally committed as revision 18711 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avlanguage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/avlanguage.h') diff --git a/libavformat/avlanguage.h b/libavformat/avlanguage.h index a1d607eee1..eac0031455 100644 --- a/libavformat/avlanguage.h +++ b/libavformat/avlanguage.h @@ -24,7 +24,7 @@ /** * Known language codespaces */ -enum AV_LangCodespace { +enum AVLangCodespace { AV_LANG_ISO639_2_BIBL, /** 3-char bibliographic language codes as per ISO-IEC 639-2 */ AV_LANG_ISO639_2_TERM, /** 3-char terminologic language codes as per ISO-IEC 639-2 */ AV_LANG_ISO639_1 /** 2-char code of language as per ISO/IEC 639-1 */ @@ -34,6 +34,6 @@ enum AV_LangCodespace { * Converts a language code to a target codespace. The source codespace is guessed. * Returns NULL if the provided lang is null or invalid. */ -const char *av_convertLangTo(const char *lang, enum AV_LangCodespace targetCodespace); +const char *av_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace); #endif /* AVFORMAT_AVLANGUAGE_H */ -- cgit v1.2.3