We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab31e3 commit c9a229eCopy full SHA for c9a229e
src/moov/trak/mdia/minf/stbl/stsd/eac3.rs
@@ -54,8 +54,8 @@ pub struct Ec3IndependentSubstream {
54
#[derive(Debug, Clone, PartialEq, Eq)]
55
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
56
pub struct Ec3SpecificBox {
57
- data_rate: u16,
58
- substreams: Vec<Ec3IndependentSubstream>,
+ pub data_rate: u16,
+ pub substreams: Vec<Ec3IndependentSubstream>,
59
}
60
61
impl Atom for Ec3SpecificBox {
0 commit comments