Skip to content

Commit e8554b3

Browse files
authored
Exhaustive (#29)
* Opps. * Actually not a non-exhaustive fan.
1 parent b7dd34f commit e8554b3

File tree

1 file changed

+0
-1
lines changed
  • src/moov/trak/mdia/minf/stbl/stsd

1 file changed

+0
-1
lines changed

src/moov/trak/mdia/minf/stbl/stsd/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pub struct Stsd {
2626
/// Called a "sample entry" in the ISOBMFF specification.
2727
#[derive(Debug, Clone, PartialEq, Eq, From)]
2828
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
29-
#[non_exhaustive]
3029
pub enum Codec {
3130
// H264
3231
Avc1(Avc1),

0 commit comments

Comments
 (0)