On 2011-07-29 13:02:46 +0200, Diego Biurrun wrote:
> ---
> libavcodec/motion-test.c | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
> index 7ac5cc7..9840a7b 100644
> --- 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
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel