[vlc-devel] [PATCH 25/41] Add KAI audio output module for OS/2

KO Myung-Hun komh78 at gmail.com
Mon Oct 17 13:56:00 CEST 2011



Rémi Denis-Courmont wrote:
> Le samedi 15 octobre 2011 18:21:41 KO Myung-Hun, vous avez écrit :
>>>> --- /dev/null
>>>> +++ b/modules/audio_output/kai.c
>>>> ***/ +struct aout_sys_t
>>>> +{
>>>> +    aout_packet_t   packet;
>>>
>>> aout_packet_t is mostly intended for legacy audio outputs that nobody
>>> cared to adapt to the new API. You can use it, but it's not recommended.
>>
>> Where can I find the docs for the new APIs ?
> 
> http://wiki.videolan.org/Documentation:Hacker's_Guide/Audio_Output
> 

Wow, why did not I know that ? Thanks a lot. ^^

>>>> +static const char *const ppsz_kai_audio_device[] = {
>>>> +    "auto", "dart", "uniaud" };
>>>> +static const char *const ppsz_kai_audio_device_text[] = {
>>>> +    N_("Auto"), N_("DART"), N_("UNIAUD") };
>>>
>>> I am afraid our translators will not understand what DART and UNIAUD are
>>> supposed to mean.
>>
>> I think there is no need to translate them.
> 
> Then you should not use N_().
> 

Ah, ok.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.0.14
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 1GHz with 512 MB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0022-Add-KAI-audio-output-module-for-OS-2.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111017/e798afe7/attachment.ksh>


More information about the vlc-devel mailing list