[FFmpeg-cvslog] r18698 - in trunk: Changelog libavformat/avlanguage.c libavformat/avlanguage.h

Benoit Fouet benoit.fouet
Mon Apr 27 14:48:44 CEST 2009


On 04/27/2009 09:51 AM, Stefano Sabatini wrote:
> On date Monday 2009-04-27 09:27:39 +0200, benoit wrote:
>   
>> Author: benoit
>> Date: Mon Apr 27 09:27:39 2009
>> New Revision: 18698
>>
>> Log:
>> Add avlanguage helpers in libavformat.
>> Patch by Cyril Comparon: standard_gmail_full_name_address
>> Original thread: Suggestion for a centralized language-tag facility in libavformat
>> Date: 04/10/2009 07:33 PM
>>     
>
> [...]
>   
>> +static int langTable_compare(const void *lhs, const void *rhs)
>> +{
>> +    return strcmp(lhs, ((const LangEntry *)rhs)->str);
>> +}
>> +
>> +const char *av_convertLangTo(const char *lang, enum AV_LangCodespace targetCodespace)
>>     
>
> And finally the camels slipped in...
>   

it seems so... hadn't really noticed it though. feel free to fix it, as
this is not used yet

Ben



More information about the ffmpeg-cvslog mailing list