Commit 5f3fb599 authored by John Stebbins's avatar John Stebbins Committed by Justin Ruggles

fix AC3ENC_OPT_MODE_ON/OFF

The values were reversed.
Signed-off-by: 's avatarJustin Ruggles <justin.ruggles@gmail.com>
parent fdba370f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment