ffmpeg-sys 2.7.1-8

FFI bindings to FFmpeg
Documentation
1
2
3
4
5
use libc::uint32_t;

extern {
	pub fn av_get_random_seed() -> uint32_t;
}