SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
x11/mplayer/patches/patch-libmpcodecs_vf_noise_c
Normal file
12
x11/mplayer/patches/patch-libmpcodecs_vf_noise_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: libmpcodecs/vf_noise.c
|
||||
--- libmpcodecs/vf_noise.c.orig
|
||||
+++ libmpcodecs/vf_noise.c
|
||||
@@ -85,7 +85,7 @@ static int8_t *initNoise(FilterParam *fp){
|
||||
int8_t *noise= av_malloc(MAX_NOISE*sizeof(int8_t));
|
||||
int i, j;
|
||||
|
||||
- srand(123457);
|
||||
+ srand_deterministic(123457);
|
||||
|
||||
for(i=0,j=0; i<MAX_NOISE; i++,j++)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue