Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Buethe committed Dec 20, 2023
1 parent f5b8e52 commit 289fcab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/opus_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,14 +690,11 @@ int main(int argc, char *argv[])
{
opus_encoder_ctl(enc, OPUS_SET_DRED_DURATION(dred_duration));
}
<<<<<<< HEAD
=======

#ifdef ENABLE_OSCE_TRAINING_DATA
/* force encoder to use SILK for the time being */
opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(MODE_SILK_ONLY));
#endif
>>>>>>> 895fb562 (osce enabled by default, dec_complexity=10)
}
if (!encode_only)
{
Expand Down

0 comments on commit 289fcab

Please sign in to comment.