Skip to content
Snippets Groups Projects
Commit 5f3fb599 authored by John Stebbins's avatar John Stebbins Committed by Justin Ruggles
Browse files

fix AC3ENC_OPT_MODE_ON/OFF


The values were reversed.

Signed-off-by: default avatarJustin Ruggles <justin.ruggles@gmail.com>
parent fdba370f
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,8 @@ typedef int64_t CoefSumType;
#define AC3ENC_OPT_OFF 0
#define AC3ENC_OPT_ON 1
#define AC3ENC_OPT_NOT_INDICATED 0
#define AC3ENC_OPT_MODE_ON 1
#define AC3ENC_OPT_MODE_OFF 2
#define AC3ENC_OPT_MODE_ON 2
#define AC3ENC_OPT_MODE_OFF 1
/* specific option values */
#define AC3ENC_OPT_LARGE_ROOM 1
......
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