Skip to content

Commit 083c069

Browse files
committed
Remove ItemProperty::Unsupported
Since read_ipco now returns a index -> property map rather than a vector of properties, there's no longer a need to have a placeholder variant for the indices of properties we don't support.
1 parent fdae82c commit 083c069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mp4parse/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,6 @@ fn read_iprp<T: Read>(src: &mut BMFFBox<T>) -> Result<TryVec<AssociatedProperty>
16121612
pub enum ItemProperty {
16131613
Channels(TryVec<u8>),
16141614
AuxiliaryType(AuxiliaryTypeProperty),
1615-
Unsupported,
16161615
}
16171616

16181617
/// For storing ItemPropertyAssociation data

0 commit comments

Comments
 (0)