swf: Add VideoCodec value for H.264 (AVC)

This commit is contained in:
TÖRÖK Attila 2023-12-21 09:44:57 +01:00 committed by Nathan Adams
parent 7234c2ea3a
commit c462c7b1d4
1 changed files with 1 additions and 0 deletions

View File

@ -1742,6 +1742,7 @@ pub enum VideoCodec {
Vp6 = 4,
Vp6WithAlpha = 5,
ScreenVideoV2 = 6,
H264 = 7,
}
impl VideoCodec {