From 44511c7a9244799014a4d040096a1987cb3674aa Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 2 Aug 2017 11:56:13 +0200 Subject: [PATCH] indeo4: typo --- src/codecs/indeo/indeo4.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codecs/indeo/indeo4.rs b/src/codecs/indeo/indeo4.rs index 1c95c60..b426254 100644 --- a/src/codecs/indeo/indeo4.rs +++ b/src/codecs/indeo/indeo4.rs @@ -401,7 +401,7 @@ impl NADecoder for Indeo4Decoder { } const INDEO4_PICTURE_SIZE_TAB: [[usize; 2]; 7] = [ - [640, 480], [320, 240], [160, 120], [704, 480], [352, 240], [252, 288], [176, 144] + [640, 480], [320, 240], [160, 120], [704, 480], [352, 240], [352, 288], [176, 144] ]; const INDEO4_SLICE_SIZE_TAB: [usize; 15] = [ -- 2.30.2