Skip to content

Commit

Permalink
fix: Add OPUS_SET_VBR, so we can disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Jul 1, 2024
1 parent 0079215 commit 2ffe024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokstyle/Linter/Callgraph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ analyse = reverse . flip State.execState [] . linter . (builtins <>) . callgraph
, "OPUS_SET_COMPLEXITY"
, "OPUS_SET_INBAND_FEC"
, "OPUS_SET_PACKET_LOSS_PERC"
, "OPUS_SET_VBR"
, "opus_packet_get_nb_channels"
, "opus_strerror"
, "opus_decode"
Expand Down

0 comments on commit 2ffe024

Please sign in to comment.