mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
indent
Originally committed as revision 22451 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
49e9287878
commit
5de91783bf
@ -34,7 +34,7 @@ uint32_t ff_random_get_seed(void)
|
||||
int err = read(fd, &seed, 4);
|
||||
close(fd);
|
||||
if (err == 4)
|
||||
return seed;
|
||||
return seed;
|
||||
}
|
||||
#ifdef AV_READ_TIME
|
||||
seed = AV_READ_TIME();
|
||||
|
Loading…
Reference in New Issue
Block a user