[vlc-devel] [PATCH 25/41] Add KAI audio output module for OS/2
Rémi Denis-Courmont
remi at remlab.net
Sun Oct 16 13:04:08 CEST 2011
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
> >> +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_().
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list