summaryrefslogtreecommitdiff
path: root/libavcodec/motion-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/motion-test.c')
-rw-r--r--libavcodec/motion-test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
index ce1a1b0631..f230094832 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
}
}