introduce a way for encoder to manifest its capabilities
[nihav.git] / nihav-duck / src / codecs / vp7enc / mod.rs
index 8a31f10f47a0e564b6da89b204df01efd1178177..a73a5713976ee8d1f8480e1e80cf62d94b2b0261 100644 (file)
@@ -280,6 +280,7 @@ impl NAEncoder for VP7Encoder {
             }
         }
     }
+    fn get_capabilities(&self) -> u64 { 0 }
     fn init(&mut self, stream_id: u32, encinfo: EncodeParameters) -> EncoderResult<NAStreamRef> {
         match encinfo.format {
             NACodecTypeInfo::None => Err(EncoderError::FormatError),