[FFmpeg-soc] [soc]: r2932 - mxf/mxfenc.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Jul 30 19:40:47 CEST 2008


On Wed, Jul 30, 2008 at 06:06:11PM +0200, spyfeng wrote:
> Author: spyfeng
> Date: Wed Jul 30 18:06:11 2008
> New Revision: 2932
> 
> Log:
> remove av_random().
> use simple way to generate random number as uid.

Why does the specification ask for a random number?
Do the numbers you generate (which, to be precise are not at all random,
just an obfuscated deterministic sequence) match that reason?
Do they have to be so obfuscated to match that reason or would something
simpler do as well, and possibly more reliably (like a constant value or
and increasing number - note that a constant is a possible output of any
true random number generator, does the spec have provisions for that
case or do they just rely on luck like RTSP seems to do)?

Greetings,
Reimar Döffinger



More information about the FFmpeg-soc mailing list