From 6bc499a08e97a9dc27955faf3fdcf8a206e9991a Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 15 Jun 2020 14:38:24 +0200 Subject: [PATCH] cinepakenc: add missing field in NAVideoInfo used in test --- nihav-commonfmt/src/codecs/cinepakenc.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nihav-commonfmt/src/codecs/cinepakenc.rs b/nihav-commonfmt/src/codecs/cinepakenc.rs index 882b637..d258df9 100644 --- a/nihav-commonfmt/src/codecs/cinepakenc.rs +++ b/nihav-commonfmt/src/codecs/cinepakenc.rs @@ -1078,6 +1078,7 @@ mod test { height: 0, format: YUV420_FORMAT, flipped: true, + bits: 12, }; let enc_params = EncodeParameters { format: NACodecTypeInfo::Video(dst_vinfo), -- 2.30.2