add declared bitdepth to NAVideoInfo
[nihav.git] / nihav-ms / src / codecs / msvideo1enc.rs
index 5b130ff3c25e52f1f8ac157ce4807136671e3335..c6e4e8d24a4e2496ea8ed2b0aafc579478dc0f80 100644 (file)
@@ -559,6 +559,7 @@ mod test {
                 height:  0,
                 format:  RGB555_FORMAT,
                 flipped: true,
+                bits:    16,
             };
         let enc_params = EncodeParameters {
                 format:  NACodecTypeInfo::Video(dst_vinfo),