Loading apps/encoder.c +2 −2 Original line number Diff line number Diff line Loading @@ -61,7 +61,8 @@ static #define DEFAULT_FIXED_SID_RATE 8 /* DTX SID rate */ /* Additional config info for each input format */ typedef union _EncInputFormatConfig { typedef union _EncInputFormatConfig { /* MONO details */ bool stereoToMonoDownmix; Loading Loading @@ -929,7 +930,6 @@ static void initArgStruct( EncArguments *arg ) arg->pca = false; return; } Loading Loading
apps/encoder.c +2 −2 Original line number Diff line number Diff line Loading @@ -61,7 +61,8 @@ static #define DEFAULT_FIXED_SID_RATE 8 /* DTX SID rate */ /* Additional config info for each input format */ typedef union _EncInputFormatConfig { typedef union _EncInputFormatConfig { /* MONO details */ bool stereoToMonoDownmix; Loading Loading @@ -929,7 +930,6 @@ static void initArgStruct( EncArguments *arg ) arg->pca = false; return; } Loading