[FFmpeg-soc] [soc] libavsequencer [PATCH] Initial implementation of main AVSequencer public API header file

Michael Niedermayer michaelni at gmx.at
Mon Jul 12 20:20:56 CEST 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100712/6eb1a8a0/attachment.pgp>


More information about the FFmpeg-soc mailing list