X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fmuxers%2Fwav.rs;h=a11bb2a510eb6406d5cb8962ea5693495e49514f;hb=f0081142878786d1a07c61e4df2d2a318609b478;hp=163a977e5d7c2c248f042223159a275455a8713d;hpb=db2b1e6c4e542a6f7f1547a90454ae61b0e4ebc1;p=nihav.git diff --git a/nihav-commonfmt/src/muxers/wav.rs b/nihav-commonfmt/src/muxers/wav.rs index 163a977..a11bb2a 100644 --- a/nihav-commonfmt/src/muxers/wav.rs +++ b/nihav-commonfmt/src/muxers/wav.rs @@ -105,6 +105,7 @@ impl MuxerCreator for WAVMuxerCreator { Box::new(WAVMuxer::new(bw)) } fn get_name(&self) -> &'static str { "wav" } + fn get_capabilities(&self) -> MuxerCapabilities { MuxerCapabilities::SingleAudio("any") } } #[cfg(test)]