Browse Source

motion-test: remove disabled code

tags/n0.11
Diego Biurrun 14 years ago
parent
commit
5aad8e80a7
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/motion-test.c

+ 0
- 4
libavcodec/motion-test.c View File

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



Loading…
Cancel
Save