On Sun, Jul 11, 2010 at 10:20:26PM +0200, Sebastian Vater wrote:
> Michael Niedermayer a écrit :
> > On Sat, Jul 10, 2010 at 06:36:39PM +0200, Sebastian Vater wrote:
[...]
> >   
> >> +
> >> +    /** Pointer to linear frequency table for non-Amiga slide modes.
> >> +       Value is 65536*2^(x/3072).  */
> >> +    uint16_t *linear_frequency_lut;
> >> +
> >> +    /** Pointer to note calculation frequency table. Value is
> >> +       65536*2^(x/12). Please note that the pointer actually points to
> >> +       the 2nd element. So the base C-4 is [0], -1. B-3 is [-1].  */
> >> +    uint32_t *frequency_lut;
> >>     
> >
> > is this supposed to be public api?
> > it appears quite internal to me ...
> >   
> 
> In case some trackers are out there, which use incompatible tables, they
> can be replaced. I'm not sure right now, if they should be here or
> handled internally by the lavf (de-)muxers. Anyway these can be set to
> NULL in that case player.c internal tables are used. They don't have to
> be filled out by users.

dont you think that the public api is a bit big and that a few things
feel like they shouldnt be public?

[...]


-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes

Attachment: signature.asc
Description: Digital signature

_______________________________________________
FFmpeg-soc mailing list
FFmpeg-soc@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to