aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-02-02 11:24:07 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-02-02 11:24:07 +0100
commit1bf8e0fcee7d251ec3096f86fea281b5ceea133a (patch)
tree9554c44e386cea38930e57604972462bffbbaaa5
parentadb9c3d423a15f4fad625f294b664b89100cd4b0 (diff)
downloadnihav-1bf8e0fcee7d251ec3096f86fea281b5ceea133a.tar.gz
core/register: add fourcc for VP6A
-rw-r--r--nihav-core/src/register.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs
index e00447e..b4441a4 100644
--- a/nihav-core/src/register.rs
+++ b/nihav-core/src/register.rs
@@ -209,6 +209,7 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[
(b"VP60", "vp6"),
(b"VP61", "vp6"),
(b"VP62", "vp6"),
+ (b"VP6A", "vp6a"),
(b"VP70", "vp7"),
];