[FFmpeg-devel] [PATCH] Rename ff_random_get_seed to av_*, export the header
Michael Niedermayer
michaelni
Tue May 18 20:36:44 CEST 2010
On Tue, May 18, 2010 at 10:26:06AM +0300, Martin Storsj? wrote:
> On Sun, 16 May 2010, Michael Niedermayer wrote:
>
> > > ffserver.c | 2 +-
> > > libavfilter/parseutils.c | 2 +-
> > > libavformat/httpauth.c | 2 +-
> > > libavformat/mxfenc.c | 2 +-
> > > libavformat/rtpenc.c | 4 ++--
> > > libavutil/Makefile | 1 +
> > > libavutil/random_seed.c | 11 ++++++++++-
> > > libavutil/random_seed.h | 2 +-
> > > 8 files changed, 18 insertions(+), 8 deletions(-)
> > > 1d2ada2b075c0d791fee7372045b93fc0ba4e5f4 0001-Make-ff_random_get_seed-public-by-renaming-to-av_-ex.patch
> > > From d55c1e853481be06e28f6edf01bc2be7327ed301 Mon Sep 17 00:00:00 2001
> > > From: Martin Storsjo <martin at martin.st>
> > > Date: Fri, 14 May 2010 09:48:23 +0300
> > > Subject: [PATCH] Make ff_random_get_seed public by renaming to av_*, export the header
> > >
> > > Keep an old ff_ named function for binary compatibility until the
> > > next major bump.
> >
> > maybe the returnd value should be 64 bit instead of 32?
>
> In most cases where it is used at the moment, we need either exactly 32
> bits, or the actual size of the seed doesn't matter at all, so given that,
> I think it's better to keep it at 32.
fine but we need to be carefull that multiple calls produce
independant seeds otherwise the seeds are no good at all.
>
> Any opinions on the name as Stefano pointed out? That is,
> av_random_get_seed() or av_get_random_seed(), which one do you prefer?
no strong oppinion here
[...]
--
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-devel/attachments/20100518/abd54cbc/attachment.pgp>
More information about the ffmpeg-devel
mailing list