Skip to content

Commit

Permalink
Fix comment speed 10
Browse files Browse the repository at this point in the history
Correcting a comment about speed 10 using minimum block sizes of 64x64, which was changed to a minimum and maximum block size of 32x32 in this commit:
8d3affb

Update speedsettings.rs
  • Loading branch information
BlueSwordM authored and negge committed Jan 15, 2021
1 parent 517b702 commit b03c614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config/speedsettings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl SpeedSettings {
/// Set the speed setting according to a numeric speed preset.
///
/// The speed settings vary depending on speed value from 0 to 10.
/// - 10 (fastest): min block size 64x64, reduced TX set, fast deblock, fast scenechange detection.
/// - 10 (fastest): fixed block size 32x32, reduced TX set, fast deblock, fast scenechange detection.
/// - 9: min block size 32x32, reduced TX set, fast deblock.
/// - 8: min block size 8x8, reduced TX set, fast deblock.
/// - 7: min block size 8x8, reduced TX set.
Expand Down

1 comment on commit b03c614

@master-of-zen
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing

Please sign in to comment.