X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fcodecs%2Fpcm.rs;h=32c8de0a0682891aae32ec0c02333c0e3ecbbe19;hp=49e9dadcb760d548bde7d229edc63b9c4dd1c929;hb=f9be4e750dccff762b9a3d894faec50ffdb59233;hpb=80aaa7ef4cf5ce03978f64d07c344e4b18718b1b diff --git a/nihav-commonfmt/src/codecs/pcm.rs b/nihav-commonfmt/src/codecs/pcm.rs index 49e9dad..32c8de0 100644 --- a/nihav-commonfmt/src/codecs/pcm.rs +++ b/nihav-commonfmt/src/codecs/pcm.rs @@ -56,6 +56,8 @@ impl NADecoder for PCMDecoder { Err(DecoderError::InvalidData) } } + fn flush(&mut self) { + } } pub fn get_decoder() -> Box {