This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
motion-test: remove disabled code
tags/n0.11
Diego Biurrun
14 years ago
parent
70be4dddc8
commit
5aad8e80a7
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save