Skip to content

Commit

Permalink
docs(session): 📝 Rename "Reduce color banding" to "10 bit encoding"
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Mar 25, 2024
1 parent eb8a2c2 commit c2e864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr/session/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ CABAC produces better compression but it's significantly slower and may lead to
pub entropy_coding: EntropyCoding,

#[schema(strings(
display_name = "Reduce color banding",
display_name = "10 bit encoding",
help = "Sets the encoder to use 10 bits per channel instead of 8. Does not work on Linux with Nvidia"
))]
#[schema(flag = "steamvr-restart")]
Expand Down

0 comments on commit c2e864c

Please sign in to comment.