From 5aad8e80a78e6b1f1479aa45d29713d4f44ea0be Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 17 Jul 2011 13:30:24 +0200
Subject: [PATCH] motion-test: remove disabled code

---
 libavcodec/motion-test.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
index a22cb1eec53..fb97f085be1 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
     }
 }
 
-- 
GitLab