Skip to content

Commit

Permalink
add description AVCHD to packet size option
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBerendsen committed Aug 4, 2024
1 parent 6a0f14f commit 26e622d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private JMenu createSettingsMenu() {
addPacketLengthMenuItem(packetLengthSubMenu, packetLengthMenuGroup, "auto (Recommended)", 0);

for(int i: TransportStream.ALLOWED_PACKET_LENGTHS) {
addPacketLengthMenuItem(packetLengthSubMenu, packetLengthMenuGroup, ""+i, i);
addPacketLengthMenuItem(packetLengthSubMenu, packetLengthMenuGroup, i + (i==192?" (AVCHD/Blu-ray)":""), i);
}
settingsMenu.add(packetLengthSubMenu);

Expand Down

0 comments on commit 26e622d

Please sign in to comment.