mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
avcodec: make FFTComplex fields public
This commit is contained in:
@@ -5,8 +5,8 @@ pub type FFTSample = c_float;
|
||||
#[derive(Debug)]
|
||||
#[repr(C)]
|
||||
pub struct FFTComplex {
|
||||
re: FFTSample,
|
||||
im: FFTSample,
|
||||
pub re: FFTSample,
|
||||
pub im: FFTSample,
|
||||
}
|
||||
|
||||
pub type FFTContext = c_void;
|
||||
|
||||
Reference in New Issue
Block a user