Skip to content
Snippets Groups Projects
Commit 88c499c9 authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

Add basic {GET,SET}_LSB_DEPTH API tests.

parent bb389c67
No related branches found
No related tags found
No related merge requests found
......@@ -1155,6 +1155,10 @@ opus_int32 test_enc_api(void)
" OPUS_SET_SIGNAL .............................. OK.\n",
" OPUS_GET_SIGNAL .............................. OK.\n")
CHECK_SETGET(OPUS_SET_LSB_DEPTH(i),OPUS_GET_LSB_DEPTH(&i),7,25,16,24,
" OPUS_SET_LSB_DEPTH ........................... OK.\n",
" OPUS_GET_LSB_DEPTH ........................... OK.\n")
/*OPUS_SET_FORCE_MODE is not tested here because it's not a public API, however the encoder tests use it*/
if(opus_encoder_ctl(enc,OPUS_GET_FINAL_RANGE(&enc_final_range))!=OPUS_OK)test_failed();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment