remove dbg line
This commit is contained in:
parent
a0dcd5d6f1
commit
3dc71e7ac7
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ impl input::FileReader for FLVReader {
|
|||
}
|
||||
fn read_nalu(&mut self, _metadata: &util::Metadata) -> Result<util::NALUPacket, Box<dyn Error + Send + Sync>> {
|
||||
let (packet_type, data) = self.read_packet()?;
|
||||
dbg!(&data);
|
||||
return match packet_type {
|
||||
FLVTagType::Audio => Ok(util::NALUPacket {
|
||||
packet_type: util::NALUPacketType::Audio,
|
||||
|
|
Loading…
Reference in a new issue