]> git.sesse.net Git - ffmpeg/commit
avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential alignme...
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 21 Dec 2016 02:11:44 +0000 (03:11 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 21 Dec 2016 02:37:54 +0000 (03:37 +0100)
commit54931fd0fb820658042e84e6245162900796ad4d
treeaaf83b7e2eb274761034484d35c6f7eb671fe0f4
parent9f76ad2a46439b93fd74b12cd50af0ea5100358a
avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential alignment issues

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavutil/random_seed.c