---
 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
     }
 }
 
-- 
1.7.1

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

Reply via email to