We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926afe3 commit 5b4035aCopy full SHA for 5b4035a
1 file changed
src/lib.rs
@@ -269,7 +269,6 @@ fn process_bsf(
269
new_packet.set_dts(packet.dts());
270
new_packet.set_pts(packet.pts());
271
new_packet.set_duration(packet.duration());
272
- // new_packet.set_position(packet.position());
273
new_packets.push(new_packet.clone());
274
}
275
0 commit comments