scrap: rename coder.rs to codec.rs

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-05-29 19:22:09 +08:00
parent 6677fc9b30
commit 399ddc8bef
8 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ use cpal::{
};
use magnum_opus::{Channels::*, Decoder as AudioDecoder};
use scrap::{
coder::{Decoder, DecoderCfg},
codec::{Decoder, DecoderCfg},
VpxDecoderConfig, VpxVideoCodecId,
};