mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01:00
indent
Originally committed as revision 22451 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -34,7 +34,7 @@ uint32_t ff_random_get_seed(void)
|
|||||||
int err = read(fd, &seed, 4);
|
int err = read(fd, &seed, 4);
|
||||||
close(fd);
|
close(fd);
|
||||||
if (err == 4)
|
if (err == 4)
|
||||||
return seed;
|
return seed;
|
||||||
}
|
}
|
||||||
#ifdef AV_READ_TIME
|
#ifdef AV_READ_TIME
|
||||||
seed = AV_READ_TIME();
|
seed = AV_READ_TIME();
|
||||||
|
|||||||
Reference in New Issue
Block a user