add wildcard branches for matches on enums

This commit is contained in:
FreezyLemon
2022-10-22 16:25:24 +02:00
committed by Josh Holmer
parent 022eaa28cf
commit 28c356dd98
21 changed files with 42 additions and 0 deletions

View File

@ -120,6 +120,8 @@ impl From<AVFrameSideDataType> for Type {
#[cfg(feature = "ffmpeg_5_1")]
AV_FRAME_DATA_DYNAMIC_HDR_VIVID => Type::DYNAMIC_HDR_VIVID,
_ => unimplemented!(),
}
}
}