mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
avutil/frame: add missing field error
This commit is contained in:
@@ -61,6 +61,7 @@ pub struct AVFrame {
|
||||
pub quality: c_int,
|
||||
|
||||
pub opaque: *mut c_void,
|
||||
pub error: [uint8_t; AV_NUM_DATA_POINTERS],
|
||||
|
||||
pub repeat_pict: c_int,
|
||||
pub interlaced_frame: c_int,
|
||||
|
||||
Reference in New Issue
Block a user