Skip to content

Commit

Permalink
fixed packet
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Sep 17, 2024
1 parent 926afe3 commit 5b4035a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ fn process_bsf(
new_packet.set_dts(packet.dts());
new_packet.set_pts(packet.pts());
new_packet.set_duration(packet.duration());
// new_packet.set_position(packet.position());
new_packets.push(new_packet.clone());
}
}
Expand Down

0 comments on commit 5b4035a

Please sign in to comment.