On Mon, May 14, 2012 at 12:37:56PM +0100, Måns Rullgård wrote:
> Janne Grunau <[email protected]> writes:
> > On 2011-07-29 13:02:46 +0200, Diego Biurrun wrote:
> >> --- a/libavcodec/motion-test.c
> >> +++ b/libavcodec/motion-test.c
> >> @@ -49,11 +49,7 @@ static void fill_random(uint8_t *tab, int size)
> >>  
> >>      av_lfg_init(&prng, 1);
> >>      for(i=0;i<size;i++) {
> >> -#if 1
> >>          tab[i] = av_lfg_get(&prng) % 256;
> >> -#else
> >> -        tab[i] = i;
> >> -#endif
> >>      }
> >
> > ok
> 
> I think the whole thing should be killed with fire.

motion-test.c or motion-est.c? ;)

Feel free to send a patch...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to