Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
hanguk0726 committed Mar 25, 2023
1 parent 460c053 commit fe0ad6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ impl<W: Write + Seek> Mp4Muxer<W> {
width,
height,
if is_hevc { 1 } else { 0 },
self.str_buffer.last().unwrap().as_ptr(),
);
}
}
Expand Down Expand Up @@ -173,7 +172,6 @@ fn write_mp4_with_audio(
channelcount: channel_count,
},
},
track_name: "audio".as_ptr() as *mut i8,
};

let mux = mp4wr.mux;
Expand Down

0 comments on commit fe0ad6b

Please sign in to comment.