[Ffmpeg-devel] [PATCH] Apple Video Encoder (rpza)
Mike Melanson
mike
Mon Jun 6 18:44:34 CEST 2005
Todd Kirby wrote:
> Ok, most of this stuff is easy but, what is the alternative to random?
> Is this a new requirement? I see lots of uses of random in the
> libraries.
This surprised me, so I did a 'grep', as you probably did:
grep random\(\) libavcodec/*.c
Indeed, there are a number of places where random() is called. Let's dig
a little deeper, though: They all appear to be used in #if'd-out test
functions.
--
-Mike Melanson
More information about the ffmpeg-devel
mailing list