Skip to content

Commit

Permalink
remove unused drain
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 24, 2024
1 parent 789da58 commit ef69071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ class OpusBufferedEncoder
{
if (encoder)
{
ope_encoder_drain(encoder);
ope_encoder_destroy(encoder);
encoder = nullptr;
}
Expand Down

0 comments on commit ef69071

Please sign in to comment.