avutil/frame: add missing field error

This commit is contained in:
lummax
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent b9159066ea
commit c441808dfb
+1
View File
@@ -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,