From 8251c0ab062f56d766a897bca14b97fb284e0415 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 23 Jun 2020 10:58:10 +0200 Subject: [PATCH] registry: mark Sorenson Video 3 as having B-frames --- nihav-registry/src/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index d0a1d57..8c1dcc6 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -185,7 +185,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ desc!(video; "qt-rle", "Apple Animation"), desc!(video; "apple-video", "Apple video"), desc!(video; "sorenson-video", "Sorenson Video"), - desc!(video; "sorenson-video3", "Sorenson Video 3"), + desc!(video; "sorenson-video3", "Sorenson Video 3", CODEC_CAP_REORDER), desc!(audio; "mace-3", "MACE 3:1"), desc!(audio; "mace-6", "MACE 6:1"), desc!(audio; "ima-adpcm-qt", "IMA ADPCM (Apple variant)"), -- 2.30.2