Module: libav Branch: master Commit: 5aad8e80a78e6b1f1479aa45d29713d4f44ea0be
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Sun Jul 17 13:30:24 2011 +0200 motion-test: remove disabled code --- 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 a22cb1e..fb97f08 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -48,11 +48,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 } } _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
