1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-04-15 08:14:15 +00:00
This commit is contained in:
damitha 2025-03-20 07:07:46 +11:00
parent 1199aa88f9
commit 284e01dac2

View file

@ -619,7 +619,7 @@ pub struct AacConfig {
pub es_id: u16,
pub object_type_indication: u8,
pub stream_type: u8,
pub buffer_size_db: u8,
pub buffer_size_db: u32,
}
impl Default for AacConfig {