aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-06-15 14:38:24 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-06-15 14:38:24 +0200
commit6bc499a08e97a9dc27955faf3fdcf8a206e9991a (patch)
tree71ced09a77b6ef5c01e64e6f739ca39eee6c2d4a
parent1047e98335ad782b48bcc88e9277336576c20597 (diff)
downloadnihav-6bc499a08e97a9dc27955faf3fdcf8a206e9991a.tar.gz
cinepakenc: add missing field in NAVideoInfo used in test
-rw-r--r--nihav-commonfmt/src/codecs/cinepakenc.rs1
1 files changed, 1 insertions, 0 deletions
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),