Skip to content

Commit 5b4035a

Browse files
committed
fixed packet
1 parent 926afe3 commit 5b4035a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ fn process_bsf(
269269
new_packet.set_dts(packet.dts());
270270
new_packet.set_pts(packet.pts());
271271
new_packet.set_duration(packet.duration());
272-
// new_packet.set_position(packet.position());
273272
new_packets.push(new_packet.clone());
274273
}
275274
}

0 commit comments

Comments
 (0)